René's URL Explorer Experiment


Title: npython/Objects/tupleobjectImpl

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#6
Procshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#12
addPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#addPyTupleObjectMagic%2CPyObject%2CPyObject
countPyTupleObjectMethod(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#countPyTupleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
eqPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#eqPyTupleObjectMagic%2CPyObject%2CPyObject
getitemPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#getitemPyTupleObjectMagic%2CPyObject%2CPyObject
hash(self: PyTupleObject): Hashhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hash%2CPyTupleObject
hashCollection[T: PyObject](self: T): Hashhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollection%2CT
hashPyTupleObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashPyTupleObjectMagic%2CPyObject
indexPyTupleObjectMethod(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#indexPyTupleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
initPyTupleObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#initPyTupleObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
iterPyTupleObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#iterPyTupleObjectMagic%2CPyObject
mulPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#mulPyTupleObjectMagic%2CPyObject%2CPyObject
times[T](s: openArray[T]; n: int): seq[T]https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#times%2CopenArray%5BT%5D%2Cint
Iteratorshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#15
pairs(self: PyTupleObject): (int, PyObject)https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#pairs.i%2CPyTupleObject
Templateshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#18
genGetitem(nameStr, implNameMagic, newPyName, mutRead; getter: untyped = `[]`)https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genGetitem.t%2C%2C%2C%2C%2Cuntyped
genSequenceMagics(nameStr, implNameMagic, implNameMethod; ofPyNameObject, PyNameObject, newPyName; mutRead, mutReadRepr; seqToStr; initWithDictUsingPairs = false): untypedhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genSequenceMagics.t%2C%2C%2C%2C%2C%2C%2C%2C%2C
hashCollectionImpl(items; hashForEmpty): Hashhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollectionImpl.t%2C%2C
withSetitem(self: PyTupleObject; acc; body)https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#withSetitem.t%2CPyTupleObject%2C%2C
Exportshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#19
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#6
hashhttps://npython.nimpylib.org/npython/Objects/hash.html
pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
tupleobjecthttps://npython.nimpylib.org/npython/Objects/tupleobject.html
exceptionshttps://npython.nimpylib.org/npython/Objects/exceptions.html
iterobjecthttps://npython.nimpylib.org/npython/Objects/iterobject.html
stringobjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html
sliceobjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html
noneobjecthttps://npython.nimpylib.org/npython/Objects/noneobject.html
boolobjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html
numobjects/intobject/declhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html
numobjects/intobject/ops_imp_warnhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_imp_warn.html
numobjects/intobject/idxHelpershttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/idxHelpers.html
bltcommonhttps://npython.nimpylib.org/npython/Objects/bltcommon.html
Procshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#12
addPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#addPyTupleObjectMagic%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#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
countPyTupleObjectMethodhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#countPyTupleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
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/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
eqPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#eqPyTupleObjectMagic%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#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
getitemPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#getitemPyTupleObjectMagic%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#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
hashhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hash%2CPyTupleObject
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L172
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L172
hashCollectionhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollection%2CT
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L166
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L166
hashPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashPyTupleObjectMagic%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/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
indexPyTupleObjectMethodhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#indexPyTupleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
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/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
initPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#initPyTupleObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
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/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
iterPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#iterPyTupleObjectMagic%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/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
mulPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#mulPyTupleObjectMagic%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#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
timeshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#times%2CopenArray%5BT%5D%2Cint
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L34
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L34
Iteratorshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#15
pairshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#pairs.i%2CPyTupleObject
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L45
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L45
Templateshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#18
genGetitemhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genGetitem.t%2C%2C%2C%2C%2Cuntyped
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L16
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L16
genSequenceMagicshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genSequenceMagics.t%2C%2C%2C%2C%2C%2C%2C%2C%2C
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L125
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L125
hashCollectionImplhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollectionImpl.t%2C%2C
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L157
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L157
withSetitemhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#withSetitem.t%2CPyTupleObject%2C%2C
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L176
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L176
Exportshttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#19
bltinTypeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#bltinTypes
[]=https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[]=,RtArray[T],int,T
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
TernaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod
PyTypeTokenhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeToken
idhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#id,PyObject
bltinFuncParamshttps://npython.nimpylib.org/npython/Objects/pyobject.html#bltinFuncParams
$https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#$.e,PyObject
ofExactPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject,PyObject
$https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
genCollectMagicshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#genCollectMagics.t,,,,,,,
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,string,,,
reprPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#reprPyTupleObjectMagic,PyObject
hasDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict,PyObject
allowSelfReadWhenBeforeRealWritehttps://npython.nimpylib.org/npython/Objects/pyobject.html#allowSelfReadWhenBeforeRealWrite.t
toTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#toTypeObject.m,typedesc[O]
castTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castTypeOrRetTE.t,PyObject,typedesc[O],varargs[untyped]
getNameAndArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#getNameAndArgTypes,NimNode
=tracehttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer
PyTuple_Packhttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Pack.m,varargs[typed]
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
getDictUnsafehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe,PyObject
ofPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject,PyObject
forMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMro.t,,PyTypeObject,
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped,PyObject,PyObject
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,,PY_TPFLAGS
methodMacroTmplhttps://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m,untyped
pyTupleObjectTypehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#pyTupleObjectType
forMroNoSelfhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t,,PyTypeObject,
orhttps://npython.nimpylib.org/npython/Utils/intflags.html#or,IntFlag[E],IntFlag[E]
newBltinPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType,string
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray
pyDestructorPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t
newPyTupleSimplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTupleSimple
ofExactPyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofExactPyTupleObject,PyObject
isPyTrueObjhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#isPyTrueObj,PyObject
PyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject
containsPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#containsPyTupleObjectMagic,PyObject,PyObject
pyNotImplementedhttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplemented
reprLockWithMsgExprhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsgExpr.m,untyped,untyped
tp_freehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#tp_free.t,PyTypeObject,PyObjectObj
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethodDef
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],E
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped
PyTuple_Collecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Collect.t
callTpDelhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel,PyTypeObject,PyObjectObj
typeNamehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t,PyObject
[]https://npython.nimpylib.org/npython/Objects/tupleobject.html#[].t,PyTupleObject,int
lenPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#lenPyTupleObjectMagic,PyObject
isClasshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass,PyObject
ofPyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject,PyObject
itemshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#items.i,PyTupleObject
newPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType,string
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,,,
lenhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#len.t,PyTupleObject
sizeofIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NimNode,NPyMethodKind
reprLockhttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLock.m,untyped
MagicMethodshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods
[]https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int
=destroyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=destroy,RtArray[auto]
getMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#getMagic.t,PyObject,
BltinFunchttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc
mutablehttps://npython.nimpylib.org/npython/Objects/pyobject.html#mutable.m,untyped,untyped
tpGetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpGetter.m,untyped,untyped
isTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType,PyTypeObject,PyTypeObject
mrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t,PyTypeObject
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple,seq[PyObject]
tpMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMagic.m,untyped,untyped
tpSetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpSetter.m,untyped,untyped
callInplaceMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callInplaceMagic.t,PyObject,untyped,PyObject
getRORawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRORawData,RtArray[T]
toIntFlaghttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toIntFlag.c,PY_TPFLAGS
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,Natural
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject
magicNameshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#magicNames
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef
toObjSeqhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c,seq[Py]
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,PY_TPFLAGS,PY_TPFLAGS
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]
initPyMemberDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef,string,typedesc[T],int
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped,PyObject
tpMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpMethod.m,untyped,untyped
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
idStrhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr,PyObject
$https://npython.nimpylib.org/npython/Utils/intflags.html#$,IntFlag[E]
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple,openArray[T]
pyCFuncPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m
pyNotImplementedObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType
pyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t,PyObject
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,
callOnceFinalizerFromDeallochttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callOnceFinalizerFromDealloc.t,PyObjectObj,
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T]
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
getDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDict,PyObject
iterMrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#iterMro.i,PyTypeObject
prepareIntFlagOrhttps://npython.nimpylib.org/npython/Utils/intflags.html#prepareIntFlagOr.t
pairshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T]
tupleSeqToStringhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#tupleSeqToString,openArray[UnicodeVariant]
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethod
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[seq[Py]]
=copyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=copy,RtArray[T],RtArray[T]
Py_IShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS,PyObject,PyObject
==https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#==,RtArray[T],RtArray[T]
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NPyMethodKind
lenhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len
destructorhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor
checkArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkArgTypes.m,untyped,untyped
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject,string
ofPyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofPyTupleObject,PyObject
Py_IS_TYPEhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS_TYPE,PyObject,PyTypeObject
castSelfhttps://npython.nimpylib.org/npython/Objects/pyobject.html#castSelf.m,untyped,untyped
declarePyTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#declarePyType.m,untyped,untyped
pow3rdArgMustBeNonehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pow3rdArgMustBeNone.t
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m,typedesc[T]
reprLockWithMsghttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsg.m,string,untyped
@https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#@,RtArray[T]
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,,
|https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#|,PY_TPFLAGS,PY_TPFLAGS
=wasMovedhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=wasMoved,RtArray[T]
getRawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRawData,RtArray[T]
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],IntFlag[E]
itemshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#items.i,RtArray[T]
PyObjectWithDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectWithDict
getFunhttps://npython.nimpylib.org/npython/Objects/pyobject.html#getFun.t,PyObject,untyped
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]_2
PyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t,,
PyArg_NoKwhttps://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t

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


URLs of crawlers that visited me.