René's URL Explorer Experiment


Title: npython/Objects/pyobjectBase

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#6
Typeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#7
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BltinFunchttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef
destructorhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor
MagicMethodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
PyObjectWithDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectWithDict
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
PyTypeTokenhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeToken
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
Varshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#8
bltinTypeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#bltinTypes
Letshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#9
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
Constshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#10
magicNameshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#magicNames
Procshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#12
`&`(a`gensym1, b`gensym1: PY_TPFLAGS): boolhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#%26%2CPY_TPFLAGS%2CPY_TPFLAGS
`&`[E](a`gensym1: IntFlag[E]; b`gensym1: PY_TPFLAGS): boolhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#%26%2C%2CPY_TPFLAGS
callTpDel[Py: PyObject](tp: PyTypeObject; obj: var PyObjectObj): PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel%2CPyTypeObject%2CPyObjectObj
getDict(obj: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDict%2CPyObject
getDictUnsafe(obj: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe%2CPyObject
hasDict(obj: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict%2CPyObject
id(obj: PyObject): inthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#id%2CPyObject
idStr(obj: PyObject): stringhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr%2CPyObject
initPyMemberDef[T](name: string; type: typedesc[T]; offset: int; flags = default PyMemberDefFlags; doc = cstring nil): PyMemberDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef%2Cstring%2Ctypedesc%5BT%5D%2Cint
isClass(obj: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass%2CPyObject
isType(a, b: PyTypeObject): boolhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType%2CPyTypeObject%2CPyTypeObject
newBltinPyType[T: PyObject](name: string; base = pyObjectType): PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType%2Cstring
newPyType[T: PyObject](name: string; base = pyObjectType): PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType%2Cstring
ofPyTypeObject(obj: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject%2CPyObject
Py_IS(a, b: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS%2CPyObject%2CPyObject
Py_IS_TYPE(a: PyObject; b: PyTypeObject): boolhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS_TYPE%2CPyObject%2CPyTypeObject
`|`(a`gensym1, b`gensym1: PY_TPFLAGS): IntFlag[PY_TPFLAGS]https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#%7C%2CPY_TPFLAGS%2CPY_TPFLAGS
Methodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#14
`$`(obj: PyObject): stringhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#%24.e%2CPyObject
Iteratorshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#15
iterMro(tp: PyTypeObject): PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#iterMro.i%2CPyTypeObject
Convertershttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#16
toIntFlag(x`gensym1: PY_TPFLAGS): IntFlag[PY_TPFLAGS]https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toIntFlag.c%2CPY_TPFLAGS
toObjSeq[Py: PyObject](s: seq[Py]): seq[PyObject]https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c%2Cseq%5BPy%5D
Macroshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#17
pyCFuncPragma(def): untypedhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m
typeToAnyKind[T: not PyObject](t: typedesc[T]): AnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m%2Ctypedesc%5BT%5D
Templateshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#18
callOnceFinalizerFromDealloc(self: var PyObjectObj; callBody)https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callOnceFinalizerFromDealloc.t%2CPyObjectObj%2C
forMro(baseVar; tp: PyTypeObject; body)https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMro.t%2C%2CPyTypeObject%2C
forMroNoSelf(baseVar; tp: PyTypeObject; body)https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t%2C%2CPyTypeObject%2C
mro(self: PyTypeObject): untypedhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t%2CPyTypeObject
pyDestructorPragma(def): untypedhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t
pyType(self: PyObject): PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t%2CPyObject
tp_free(self: PyTypeObject; op: var PyObjectObj)https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#tp_free.t%2CPyTypeObject%2CPyObjectObj
typeName(o: PyObject): stringhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t%2CPyObject
typeToAnyKind[Py: PyObject](t: typedesc[seq[Py]]): AnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t%2Ctypedesc%5Bseq%5BPy%5D%5D
typeToAnyKind[T: IntFlag](t: typedesc[T]): AnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t%2Ctypedesc%5BT%5D_2
typeToAnyKind[T: PyObject](t: typedesc[T]): AnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t%2Ctypedesc%5BT%5D
Exportshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#19
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#6
../Utils/utilshttps://npython.nimpylib.org/npython/Utils/utils.html
../Utils/rtarrayshttps://npython.nimpylib.org/npython/Utils/rtarrays.html
../Utils/intflagshttps://npython.nimpylib.org/npython/Utils/intflags.html
../Include/descrobjecthttps://npython.nimpylib.org/npython/Include/descrobject.html
Typeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#7
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L68
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L68
BltinFunchttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L76
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L76
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L77
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L77
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L214
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L214
destructorhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L80
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L80
MagicMethodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
BltinFunchttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L81
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L81
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L59
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L59
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L73
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L73
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L205
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L205
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L183
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L183
PyObjectWithDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectWithDict
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L209
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L209
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
PyObjectWithDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectWithDict
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
PyTypeTokenhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeToken
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray
PyMemberDefhttps://npython.nimpylib.org/npython/Include/descrobject.html#PyMemberDef
MagicMethodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
destructorhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L215
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L215
PyTypeTokenhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeToken
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L15
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L15
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L69
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L69
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L67
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L67
Varshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#8
bltinTypeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#bltinTypes
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L344
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L344
Letshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#9
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L365
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L365
Constshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#10
magicNameshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#magicNames
Sourcehttps://github.com/nimpylib/npython/tree/master/.nim_runtime/lib/core/macros.nim#L715
Edithttps://github.com/nimpylib/npython/edit/devel/.nim_runtime/lib/core/macros.nim#L715
Procshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#12
`&`https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#%26%2CPY_TPFLAGS%2CPY_TPFLAGS
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Utils/intflags.nim#L61
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Utils/intflags.nim#L61
`&`https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#%26%2C%2CPY_TPFLAGS
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L53
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L53
callTpDelhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel%2CPyTypeObject%2CPyObjectObj
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L261
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L261
getDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDict%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L382
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L382
getDictUnsafehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L378
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L378
hasDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L375
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L375
idhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#id%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L323
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L323
idStrhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L338
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L338
initPyMemberDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef%2Cstring%2Ctypedesc%5BT%5D%2Cint
PyMemberDefFlagshttps://npython.nimpylib.org/npython/Include/descrobject.html#PyMemberDefFlags
PyMemberDefhttps://npython.nimpylib.org/npython/Include/descrobject.html#PyMemberDef
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L252
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L252
isClasshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L387
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L387
isTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType%2CPyTypeObject%2CPyTypeObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L392
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L392
newBltinPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType%2Cstring
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L371
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L371
newPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType%2Cstring
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L368
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L368
ofPyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L390
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L390
Py_IShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS%2CPyObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L391
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L391
Py_IS_TYPEhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS_TYPE%2CPyObject%2CPyTypeObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L393
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L393
`|`https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#%7C%2CPY_TPFLAGS%2CPY_TPFLAGS
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Utils/intflags.nim#L60
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Utils/intflags.nim#L60
Methodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#14
`$`https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#%24.e%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L306
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L306
Iteratorshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#15
iterMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#iterMro.i%2CPyTypeObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L238
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L238
Convertershttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#16
toIntFlaghttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toIntFlag.c%2CPY_TPFLAGS
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Utils/intflags.nim#L59
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Utils/intflags.nim#L59
toObjSeqhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c%2Cseq%5BPy%5D
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L341
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L341
Macroshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#17
pyCFuncPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L40
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L40
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m%2Ctypedesc%5BT%5D
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Include/descrobject.nim#L72
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Include/descrobject.nim#L72
Templateshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#18
callOnceFinalizerFromDeallochttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callOnceFinalizerFromDealloc.t%2CPyObjectObj%2C
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L269
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L269
forMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMro.t%2C%2CPyTypeObject%2C
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L232
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L232
forMroNoSelfhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t%2C%2CPyTypeObject%2C
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L240
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L240
mrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t%2CPyTypeObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L300
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L300
pyDestructorPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L51
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L51
pyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L276
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L276
tp_freehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#tp_free.t%2CPyTypeObject%2CPyObjectObj
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L250
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L250
typeNamehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobjectBase.nim#L303
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobjectBase.nim#L303
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t%2Ctypedesc%5Bseq%5BPy%5D%5D
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Include/descrobject.nim#L70
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Include/descrobject.nim#L70
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t%2Ctypedesc%5BT%5D_2
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Include/descrobject.nim#L71
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Include/descrobject.nim#L71
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t%2Ctypedesc%5BT%5D
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Include/descrobject.nim#L69
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Include/descrobject.nim#L69
Exportshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#19
lenhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray
=destroyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=destroy,RtArray[auto]
[]=https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[]=,RtArray[T],int,T
getRORawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRORawData,RtArray[T]
[]https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,Natural
@https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#@,RtArray[T]
itemshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#items.i,RtArray[T]
==https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#==,RtArray[T],RtArray[T]
=copyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=copy,RtArray[T],RtArray[T]
=wasMovedhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=wasMoved,RtArray[T]
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T]
$https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$
=tracehttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer
pairshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T]
getRawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRawData,RtArray[T]
$https://npython.nimpylib.org/npython/Utils/intflags.html#$,IntFlag[E]
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],IntFlag[E]
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,,
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
sizeofIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],E
orhttps://npython.nimpylib.org/npython/Utils/intflags.html#or,IntFlag[E],IntFlag[E]
prepareIntFlagOrhttps://npython.nimpylib.org/npython/Utils/intflags.html#prepareIntFlagOr.t
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.