Objects/numobjects/complexobjectImpl

Search:
Group by:
Source   Edit  

Procs

proc `*`(self, other: PyComplexObject): PyComplexObject {....raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc `+`(self, other: PyComplexObject): PyComplexObject {....raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc `+`(self: PyComplexObject): PyComplexObject {....raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc `-`(self, other: PyComplexObject): PyComplexObject {....raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc `-`(self: PyComplexObject): PyComplexObject {....raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc `/`(self, other: PyComplexObject): PyComplexObject {....raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc `==`(self, other: PyComplexObject): bool {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
proc abs(self: PyComplexObject): PyFloatObject {....raises: [], tags: [RootEffect],
    forbids: [].}
Source   Edit  
proc addPyComplexObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc boolPyComplexObjectMagic(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [], forbids: [].}
Source   Edit  
proc conjugate(self: PyComplexObject): PyComplexObject {....raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc conjugatePyComplexObjectMethod(selfNoCast: PyObject;
                                    args: openArray[PyObject] = @[];
                                    kwargs: PyKwArgType = nil): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc DUcomplexDUPyComplexObjectMethod(selfNoCast: PyObject;
                                      args: openArray[PyObject] = @[];
                                      kwargs: PyKwArgType = nil): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc DUformatDUPyComplexObjectMethod(selfNoCast: PyObject;
                                     args: openArray[PyObject] = @[];
                                     kwargs: PyKwArgType = nil): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc eqPyComplexObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc hash(self: PyComplexObject): Hash {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc hashPyComplexObjectMagic(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc imagPyComplexObjectGetter(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc imagPyComplexObjectSetter(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc mulPyComplexObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc negativePyComplexObjectMagic(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc newPyComplex(obj: PyObject): PyObject {....raises: [],
    tags: [RootEffect, WriteIOEffect], forbids: [].}
Source   Edit  
proc newPyComplex(real, imag: PyObject): PyObject {....raises: [],
    tags: [WriteIOEffect, RootEffect], forbids: [].}
Source   Edit  
proc newPyComplexObjectMagic(args: openArray[PyObject] = @[];
                             kwargs: PyKwArgType = nil): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
Source   Edit  
proc positivePyComplexObjectMagic(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc pow(self, other: PyComplexObject): PyComplexObject {.
    ...raises: [ZeroDivisionError, OverflowError], tags: [RootEffect], forbids: [].}
Source   Edit  
proc powPyComplexObjectMagic(selfNoCast: PyObject; arg1: PyObject;
                             arg2: PyObject): PyObject {.cdecl, ...raises: [],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc realPyComplexObjectGetter(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc realPyComplexObjectSetter(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc reprPyComplexObjectMagic(selfNoCast: PyObject): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc subPyComplexObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc toBool(self: PyComplexObject): PyBoolObject {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
proc truedivPyComplexObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit