René's URL Explorer Experiment


Title: npython/Objects/pyobject

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/pyobject.html#6
Typeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#7
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind
PyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject
Letshttps://npython.nimpylib.org/npython/Objects/pyobject.html#9
bltinFuncParamshttps://npython.nimpylib.org/npython/Objects/pyobject.html#bltinFuncParams
pyNotImplementedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplemented
pyNotImplementedObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType
Procshttps://npython.nimpylib.org/npython/Objects/pyobject.html#12
getNameAndArgTypes(prototype: NimNode): (NimNode, NimNode)https://npython.nimpylib.org/npython/Objects/pyobject.html#getNameAndArgTypes%2CNimNode
implMethod(methodName, argTypes: NimNode; ObjectType, pragmas, body: NimNode; kind: NPyMethodKind): NimNodehttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod%2CNimNode%2CNimNode%2CNimNode%2CNimNode%2CNimNode%2CNPyMethodKind
implMethod(prototype, ObjectType, pragmas, body: NimNode; kind: NPyMethodKind): NimNodehttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod%2CNimNode%2CNimNode%2CNimNode%2CNimNode%2CNPyMethodKind
ofExactPyNotImplementedObject(obj`gensym117: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject%2CPyObject
ofPyNotImplementedObject(obj`gensym117: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject%2CPyObject
registerBltinMethod(t: PyTypeObject; name: string; fun: BltinMethod)https://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod%2CPyTypeObject%2Cstring%2CBltinMethod
registerBltinMethod(t: PyTypeObject; name: string; fun: BltinMethodDef)https://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod%2CPyTypeObject%2Cstring%2CBltinMethodDef
Macroshttps://npython.nimpylib.org/npython/Objects/pyobject.html#17
castSelf(ObjectType: untyped; code: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castSelf.m%2Cuntyped%2Cuntyped
checkArgTypes(nameAndArg, code: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkArgTypes.m%2Cuntyped%2Cuntyped
declarePyType(prototype, fields: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#declarePyType.m%2Cuntyped%2Cuntyped
methodMacroTmpl(name: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m%2Cuntyped
mutable(kind, code: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#mutable.m%2Cuntyped%2Cuntyped
reprLock(code: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLock.m%2Cuntyped
reprLockWithMsg(s: string; code: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsg.m%2Cstring%2Cuntyped
reprLockWithMsgExpr(s: untyped; code: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsgExpr.m%2Cuntyped%2Cuntyped
toTypeObject[O: PyObject](tp: typedesc[O]): PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#toTypeObject.m%2Ctypedesc%5BO%5D
tpGetter(tp, methodName: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpGetter.m%2Cuntyped%2Cuntyped
tpMagic(tp, methodName: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMagic.m%2Cuntyped%2Cuntyped
tpMethod(tp, methodName: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMethod.m%2Cuntyped%2Cuntyped
tpSetter(tp, methodName: untyped): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpSetter.m%2Cuntyped%2Cuntyped
Templateshttps://npython.nimpylib.org/npython/Objects/pyobject.html#18
allowSelfReadWhenBeforeRealWrite(body)https://npython.nimpylib.org/npython/Objects/pyobject.html#allowSelfReadWhenBeforeRealWrite.t
callInplaceMagic(obj: PyObject; methodName1: untyped; arg1: PyObject; handleExcp = false): PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#callInplaceMagic.t%2CPyObject%2Cuntyped%2CPyObject
callMagic(obj: PyObject; methodName: untyped; arg1, arg2: PyObject; handleExcp = false): PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t%2CPyObject%2Cuntyped%2CPyObject%2CPyObject
callMagic(obj: PyObject; methodName: untyped; arg1: PyObject; handleExcp = false): PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t%2CPyObject%2Cuntyped%2CPyObject
callMagic(obj: PyObject; methodName: untyped; handleExcp = false): PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t%2CPyObject%2Cuntyped
castTypeOrRetTE[O: PyObject](obj: PyObject; tp: typedesc[O]; extraArgs: varargs[untyped]): Ohttps://npython.nimpylib.org/npython/Objects/pyobject.html#castTypeOrRetTE.t%2CPyObject%2Ctypedesc%5BO%5D%2Cvarargs%5Buntyped%5D
checkTypeOrRetTE(obj, tp)https://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t%2C%2C
checkTypeOrRetTE(obj, tp; tpObj: PyTypeObject)https://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t%2C%2C%2CPyTypeObject
checkTypeOrRetTE(obj, tp; tpObj: PyTypeObject; methodName: string)https://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t%2C%2C%2CPyTypeObject%2Cstring
genProperty(T, pyname, nname; getter)https://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t%2C%2C%2C%2C
genProperty(T; pyname: string; nname; getter, setter)https://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t%2C%2Cstring%2C%2C%2C
getFun(obj: PyObject; methodName: untyped; handleExcp = false): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#getFun.t%2CPyObject%2Cuntyped
getMagic(obj: PyObject; methodName): untypedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#getMagic.t%2CPyObject%2C
pow3rdArgMustBeNone()https://npython.nimpylib.org/npython/Objects/pyobject.html#pow3rdArgMustBeNone.t
Exportshttps://npython.nimpylib.org/npython/Objects/pyobject.html#19
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/pyobject.html#6
../Utils/utilshttps://npython.nimpylib.org/npython/Utils/utils.html
../Utils/macroutilshttps://npython.nimpylib.org/npython/Utils/macroutils.html
../Include/cpython/critical_sectionhttps://npython.nimpylib.org/npython/Include/cpython/critical_section.html
../Include/descrobjecthttps://npython.nimpylib.org/npython/Include/descrobject.html
pyobjectBasehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html
Typeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#7
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L511
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L511
PyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L977
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L977
Letshttps://npython.nimpylib.org/npython/Objects/pyobject.html#9
bltinFuncParamshttps://npython.nimpylib.org/npython/Objects/pyobject.html#bltinFuncParams
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L193
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L193
pyNotImplementedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplemented
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L979
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L979
pyNotImplementedObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L925
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L925
Procshttps://npython.nimpylib.org/npython/Objects/pyobject.html#12
getNameAndArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#getNameAndArgTypes%2CNimNode
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L488
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L488
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod%2CNimNode%2CNimNode%2CNimNode%2CNimNode%2CNimNode%2CNPyMethodKind
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L558
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L558
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod%2CNimNode%2CNimNode%2CNimNode%2CNimNode%2CNPyMethodKind
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L675
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L675
ofExactPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L927
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L927
ofPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L934
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L934
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod%2CPyTypeObject%2Cstring%2CBltinMethod
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L129
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L129
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod%2CPyTypeObject%2Cstring%2CBltinMethodDef
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L124
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L124
Macroshttps://npython.nimpylib.org/npython/Objects/pyobject.html#17
castSelfhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castSelf.m%2Cuntyped%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L144
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L144
checkArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkArgTypes.m%2Cuntyped%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L325
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L325
declarePyTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#declarePyType.m%2Cuntyped%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L759
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L759
methodMacroTmplhttps://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L756
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L756
mutablehttps://npython.nimpylib.org/npython/Objects/pyobject.html#mutable.m%2Cuntyped%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L716
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L716
reprLockhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLock.m%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L708
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L708
reprLockWithMsghttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsg.m%2Cstring%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L705
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L705
reprLockWithMsgExprhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsgExpr.m%2Cuntyped%2Cuntyped
reprLockWithMsghttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsg.m,string,untyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L701
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L701
toTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#toTypeObject.m%2Ctypedesc%5BO%5D
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/pyobject.nim#L263
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L263
tpGetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpGetter.m%2Cuntyped%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L118
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L118
tpMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMagic.m%2Cuntyped%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L112
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L112
tpMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMethod.m%2Cuntyped%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L115
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L115
tpSetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpSetter.m%2Cuntyped%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L121
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L121
Templateshttps://npython.nimpylib.org/npython/Objects/pyobject.html#18
allowSelfReadWhenBeforeRealWritehttps://npython.nimpylib.org/npython/Objects/pyobject.html#allowSelfReadWhenBeforeRealWrite.t
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L711
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L711
callInplaceMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callInplaceMagic.t%2CPyObject%2Cuntyped%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
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/pyobject.nim#L84
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L84
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t%2CPyObject%2Cuntyped%2CPyObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
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/pyobject.nim#L99
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L99
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t%2CPyObject%2Cuntyped%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
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/pyobject.nim#L77
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L77
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t%2CPyObject%2Cuntyped
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/pyobject.nim#L70
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L70
castTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castTypeOrRetTE.t%2CPyObject%2Ctypedesc%5BO%5D%2Cvarargs%5Buntyped%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/pyobject.nim#L274
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L274
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t%2C%2C
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L266
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L266
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t%2C%2C%2CPyTypeObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L259
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L259
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t%2C%2C%2CPyTypeObject%2Cstring
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L251
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L251
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t%2C%2C%2C%2C
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L139
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L139
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t%2C%2Cstring%2C%2C%2C
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L132
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L132
getFunhttps://npython.nimpylib.org/npython/Objects/pyobject.html#getFun.t%2CPyObject%2Cuntyped
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L49
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L49
getMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#getMagic.t%2CPyObject%2C
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L30
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L30
pow3rdArgMustBeNonehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pow3rdArgMustBeNone.t
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L24
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L24
Exportshttps://npython.nimpylib.org/npython/Objects/pyobject.html#19
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray
newBltinPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType,string
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,,
bltinTypeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#bltinTypes
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
pyDestructorPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t
MagicMethodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T]
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.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]
callOnceFinalizerFromDeallochttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callOnceFinalizerFromDealloc.t,PyObjectObj,
toObjSeqhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c,seq[Py]
ofPyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject,PyObject
=destroyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=destroy,RtArray[auto]
isClasshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass,PyObject
getRawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRawData,RtArray[T]
$https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$
$https://npython.nimpylib.org/npython/Utils/intflags.html#$,IntFlag[E]
PyObjectWithDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectWithDict
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
toIntFlaghttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toIntFlag.c,PY_TPFLAGS
Py_IShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS,PyObject,PyObject
magicNameshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#magicNames
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],E
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,Natural
mrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t,PyTypeObject
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef
forMroNoSelfhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t,,PyTypeObject,
pairshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T]
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m,typedesc[T]
typeNamehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t,PyObject
getDictUnsafehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe,PyObject
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
[]=https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[]=,RtArray[T],int,T
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,PY_TPFLAGS,PY_TPFLAGS
PyTypeTokenhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeToken
orhttps://npython.nimpylib.org/npython/Utils/intflags.html#or,IntFlag[E],IntFlag[E]
idhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#id,PyObject
Py_IS_TYPEhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS_TYPE,PyObject,PyTypeObject
itemshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#items.i,RtArray[T]
forMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMro.t,,PyTypeObject,
BltinFunchttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],IntFlag[E]
callTpDelhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel,PyTypeObject,PyObjectObj
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,,PY_TPFLAGS
iterMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#iterMro.i,PyTypeObject
tp_freehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#tp_free.t,PyTypeObject,PyObjectObj
newPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType,string
lenhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len
|https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#|,PY_TPFLAGS,PY_TPFLAGS
$https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#$.e,PyObject
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
initPyMemberDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef,string,typedesc[T],int
destructorhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor
getRORawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRORawData,RtArray[T]
idStrhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr,PyObject
prepareIntFlagOrhttps://npython.nimpylib.org/npython/Utils/intflags.html#prepareIntFlagOr.t
@https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#@,RtArray[T]
getDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDict,PyObject
pyCFuncPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]_2
sizeofIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[seq[Py]]
isTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType,PyTypeObject,PyTypeObject
hasDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict,PyObject
=tracehttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer
pyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t,PyObject
[]https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int

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


URLs of crawlers that visited me.