Objects/numobjects/floatobject

Search:
Group by:
Source   Edit  

Procs

proc `%`(a, b: PyFloatObject): PyObject {....raises: [], tags: [RootEffect],
    forbids: [].}
Source   Edit  
proc `//`(a, b: PyFloatObject): PyObject {....raises: [], tags: [RootEffect],
    forbids: [].}
Source   Edit  
proc abs(self: PyFloatObject): PyFloatObject {....raises: [], tags: [RootEffect],
    forbids: [].}
Source   Edit  
proc absPyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl, ...raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc addPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc as_integer_ratio(self: PyFloatObject): tuple[num, den: int] {.
    ...raises: [ValueError], tags: [], forbids: [].}
Source   Edit  
proc as_integer_ratioPyFloatObjectMethod(selfNoCast: PyObject;
    args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc boolPyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl, ...raises: [],
    tags: [], forbids: [].}
Source   Edit  
proc divmod(a, b: PyFloatObject): tuple[d, m: PyFloatObject] {.
    ...raises: [ZeroDivisionError], tags: [RootEffect], forbids: [].}
Source   Edit  
proc divmodNonZero(a, b: PyFloatObject): tuple[d, m: PyFloatObject] {.
    ...raises: [], tags: [RootEffect], forbids: [].}
export for builtins.divmod Source   Edit  
proc DUroundDUPyFloatObjectMethod(selfNoCast: PyObject;
                                  args: openArray[PyObject] = @[];
                                  kwargs: PyKwArgType = nil): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
Source   Edit  
proc eqPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc floatPyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [], forbids: [].}
Source   Edit  
proc floorDiv(a, b: PyFloatObject): PyFloatObject {....raises: [ZeroDivisionError],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc floordivPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc floorMod(a, b: PyFloatObject): PyFloatObject {....raises: [ZeroDivisionError],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc fromhexPyFloatObjectMethod(selfNoCast: PyObject;
                                args: openArray[PyObject] = @[];
                                kwargs: PyKwArgType = nil): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc gtPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc hashPyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl, ...raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc hex(self: PyFloatObject): PyStrObject {....raises: [], tags: [RootEffect],
    forbids: [].}
Source   Edit  
proc hexPyFloatObjectMethod(selfNoCast: PyObject;
                            args: openArray[PyObject] = @[];
                            kwargs: PyKwArgType = nil): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc intPyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl, ...raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc is_integer(self: PyFloatObject): bool {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc is_integerPyFloatObjectMethod(selfNoCast: PyObject;
                                   args: openArray[PyObject] = @[];
                                   kwargs: PyKwArgType = nil): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc ltPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc modPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc mulPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc negativePyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc newPyFloatFromhex(s: PyStrObject): PyFloatObject {....raises: [ValueError],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc newPyFloatObjectMagic(args: openArray[PyObject] = @[];
                           kwargs: PyKwArgType = nil): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
Source   Edit  
proc positivePyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [], forbids: [].}
Source   Edit  
proc powPyFloatObjectMagic(selfNoCast: PyObject; arg1: PyObject; arg2: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc reprPyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl, ...raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc strPyFloatObjectMagic(selfNoCast: PyObject): PyObject {.cdecl, ...raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc subPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc truedivPyFloatObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  

Templates

template `%`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `%`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `*`(self, casted: PyFloatObject): untyped
Source   Edit  
template `*`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `*`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `+`(self, casted: PyFloatObject): untyped
Source   Edit  
template `+`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `+`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `-`(self, casted: PyFloatObject): untyped
Source   Edit  
template `-`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `-`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `/`(self, casted: PyFloatObject): untyped
Source   Edit  
template `/`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `/`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `//`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `//`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `<`(self, casted: PyFloatObject): untyped
Source   Edit  
template `<`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `<`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `<=`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `<=`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `==`(self, casted: PyFloatObject): untyped
Source   Edit  
template `==`[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template `==`[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template `>`(self, casted: PyFloatObject): untyped
Source   Edit  
template divmod[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template divmod[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit  
template pow[T: SomeFloat](a: PyFloatObject; b: T): untyped
Source   Edit  
template pow[T: SomeFloat](a: T; b: PyFloatObject): untyped
Source   Edit