struct UInt128

Defined in:

crython/cr2py/number.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Number

!=(other : Crython::PyObject) : Crython::PyObject !=, %(other : Crython::PyObject) : Crython::PyObject %, *(other : Crython::PyObject) : Crython::PyObject *, **(other : Crython::PyObject) : Crython::PyObject **, +(other : Crython::PyObject) : Crython::PyObject +, -(other : Crython::PyObject) : Crython::PyObject -, /(other : Crython::PyObject) : Crython::PyObject /, //(other : Crython::PyObject) : Crython::PyObject //, <(other : Crython::PyObject) : Crython::PyObject <, <=(other : Crython::PyObject) : Crython::PyObject <=, ==(other : Crython::PyObject) : Crython::PyObject ==, >(other : Crython::PyObject) : Crython::PyObject >, >=(other : Crython::PyObject) : Crython::PyObject >=

Constructor Detail

def self.new(pyobject : Crython::PyObject) : UInt128 #

[View source]

Instance Method Detail

def to_py : Crython::PyObject #

[View source]