| Index | https://npython.nimpylib.org/theindex.html |
| Imports | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#6 |
| Procs | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#12 |
| addPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#addPyTupleObjectMagic%2CPyObject%2CPyObject |
| countPyTupleObjectMethod(selfNoCast: PyObject; args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#countPyTupleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| eqPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#eqPyTupleObjectMagic%2CPyObject%2CPyObject |
| getitemPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#getitemPyTupleObjectMagic%2CPyObject%2CPyObject |
| hash(self: PyTupleObject): Hash | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hash%2CPyTupleObject |
| hashCollection[T: PyObject](self: T): Hash | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollection%2CT |
| hashPyTupleObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashPyTupleObjectMagic%2CPyObject |
| indexPyTupleObjectMethod(selfNoCast: PyObject; args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#indexPyTupleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| initPyTupleObjectMagic(selfNoCast: PyObject; args: openArray[PyObject] = @[];
kwargs: PyKwArgType = nil): PyObject | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#initPyTupleObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| iterPyTupleObjectMagic(selfNoCast: PyObject): PyObject | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#iterPyTupleObjectMagic%2CPyObject |
| mulPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObject | https://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 |
| Iterators | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#15 |
| pairs(self: PyTupleObject): (int, PyObject) | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#pairs.i%2CPyTupleObject |
| Templates | https://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): untyped | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genSequenceMagics.t%2C%2C%2C%2C%2C%2C%2C%2C%2C |
| hashCollectionImpl(items; hashForEmpty): Hash | https://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 |
| Exports | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#19 |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L1 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L1 |
| Imports | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#6 |
| hash | https://npython.nimpylib.org/npython/Objects/hash.html |
| pyobject | https://npython.nimpylib.org/npython/Objects/pyobject.html |
| tupleobject | https://npython.nimpylib.org/npython/Objects/tupleobject.html |
| exceptions | https://npython.nimpylib.org/npython/Objects/exceptions.html |
| iterobject | https://npython.nimpylib.org/npython/Objects/iterobject.html |
| stringobject | https://npython.nimpylib.org/npython/Objects/stringobject.html |
| sliceobject | https://npython.nimpylib.org/npython/Objects/sliceobject.html |
| noneobject | https://npython.nimpylib.org/npython/Objects/noneobject.html |
| boolobject | https://npython.nimpylib.org/npython/Objects/boolobject.html |
| numobjects/intobject/decl | https://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html |
| numobjects/intobject/ops_imp_warn | https://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_imp_warn.html |
| numobjects/intobject/idxHelpers | https://npython.nimpylib.org/npython/Objects/numobjects/intobject/idxHelpers.html |
| bltcommon | https://npython.nimpylib.org/npython/Objects/bltcommon.html |
| Procs | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#12 |
| addPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#addPyTupleObjectMagic%2CPyObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| countPyTupleObjectMethod | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#countPyTupleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| eqPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#eqPyTupleObjectMagic%2CPyObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| getitemPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#getitemPyTupleObjectMagic%2CPyObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| hash | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hash%2CPyTupleObject |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L172 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L172 |
| hashCollection | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollection%2CT |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L166 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L166 |
| hashPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashPyTupleObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| indexPyTupleObjectMethod | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#indexPyTupleObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| initPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#initPyTupleObjectMagic%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| iterPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#iterPyTupleObjectMagic%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| mulPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#mulPyTupleObjectMagic%2CPyObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629 |
| times | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#times%2CopenArray%5BT%5D%2Cint |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L34 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L34 |
| Iterators | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#15 |
| pairs | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#pairs.i%2CPyTupleObject |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L45 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L45 |
| Templates | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#18 |
| genGetitem | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genGetitem.t%2C%2C%2C%2C%2Cuntyped |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L16 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L16 |
| genSequenceMagics | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#genSequenceMagics.t%2C%2C%2C%2C%2C%2C%2C%2C%2C |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L125 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L125 |
| hashCollectionImpl | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#hashCollectionImpl.t%2C%2C |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L157 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L157 |
| withSetitem | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#withSetitem.t%2CPyTupleObject%2C%2C |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobjectImpl.nim#L176 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobjectImpl.nim#L176 |
| Exports | https://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html#19 |
| bltinTypes | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#bltinTypes |
| []= | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[]=,RtArray[T],int,T |
| pyObjectType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType |
| TernaryMethod | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#TernaryMethod |
| PyTypeToken | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeToken |
| id | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#id,PyObject |
| bltinFuncParams | https://npython.nimpylib.org/npython/Objects/pyobject.html#bltinFuncParams |
| $ | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#$.e,PyObject |
| ofExactPyNotImplementedObject | https://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject,PyObject |
| $ | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$ |
| IntFlag | https://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag |
| genCollectMagics | https://npython.nimpylib.org/npython/Objects/tupleobject.html#genCollectMagics.t,,,,,,, |
| genProperty | https://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,string,,, |
| reprPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobject.html#reprPyTupleObjectMagic,PyObject |
| hasDict | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict,PyObject |
| allowSelfReadWhenBeforeRealWrite | https://npython.nimpylib.org/npython/Objects/pyobject.html#allowSelfReadWhenBeforeRealWrite.t |
| toTypeObject | https://npython.nimpylib.org/npython/Objects/pyobject.html#toTypeObject.m,typedesc[O] |
| castTypeOrRetTE | https://npython.nimpylib.org/npython/Objects/pyobject.html#castTypeOrRetTE.t,PyObject,typedesc[O],varargs[untyped] |
| getNameAndArgTypes | https://npython.nimpylib.org/npython/Objects/pyobject.html#getNameAndArgTypes,NimNode |
| =trace | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer |
| PyTuple_Pack | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Pack.m,varargs[typed] |
| UnaryMethod | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod |
| getDictUnsafe | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe,PyObject |
| ofPyNotImplementedObject | https://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject,PyObject |
| forMro | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMro.t,,PyTypeObject, |
| callMagic | https://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped,PyObject,PyObject |
| & | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,,PY_TPFLAGS |
| methodMacroTmpl | https://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m,untyped |
| pyTupleObjectType | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#pyTupleObjectType |
| forMroNoSelf | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t,,PyTypeObject, |
| or | https://npython.nimpylib.org/npython/Utils/intflags.html#or,IntFlag[E],IntFlag[E] |
| newBltinPyType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType,string |
| RtArray | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray |
| pyDestructorPragma | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t |
| newPyTupleSimple | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTupleSimple |
| ofExactPyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofExactPyTupleObject,PyObject |
| isPyTrueObj | https://npython.nimpylib.org/npython/Objects/tupleobject.html#isPyTrueObj,PyObject |
| PyNotImplementedObject | https://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject |
| containsPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobject.html#containsPyTupleObjectMagic,PyObject,PyObject |
| pyNotImplemented | https://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplemented |
| reprLockWithMsgExpr | https://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsgExpr.m,untyped,untyped |
| tp_free | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#tp_free.t,PyTypeObject,PyObjectObj |
| registerBltinMethod | https://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethodDef |
| == | https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],E |
| callMagic | https://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped |
| PyTuple_Collect | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Collect.t |
| callTpDel | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel,PyTypeObject,PyObjectObj |
| typeName | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t,PyObject |
| [] | https://npython.nimpylib.org/npython/Objects/tupleobject.html#[].t,PyTupleObject,int |
| lenPyTupleObjectMagic | https://npython.nimpylib.org/npython/Objects/tupleobject.html#lenPyTupleObjectMagic,PyObject |
| isClass | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass,PyObject |
| ofPyTypeObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject,PyObject |
| items | https://npython.nimpylib.org/npython/Objects/tupleobject.html#items.i,PyTupleObject |
| newPyType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType,string |
| PY_TPFLAGS | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS |
| genProperty | https://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,,, |
| len | https://npython.nimpylib.org/npython/Objects/tupleobject.html#len.t,PyTupleObject |
| sizeofIntFlag | https://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag |
| implMethod | https://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NimNode,NPyMethodKind |
| reprLock | https://npython.nimpylib.org/npython/Objects/pyobject.html#reprLock.m,untyped |
| MagicMethods | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods |
| [] | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int |
| =destroy | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=destroy,RtArray[auto] |
| getMagic | https://npython.nimpylib.org/npython/Objects/pyobject.html#getMagic.t,PyObject, |
| BltinFunc | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc |
| mutable | https://npython.nimpylib.org/npython/Objects/pyobject.html#mutable.m,untyped,untyped |
| tpGetter | https://npython.nimpylib.org/npython/Objects/pyobject.html#tpGetter.m,untyped,untyped |
| isType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType,PyTypeObject,PyTypeObject |
| mro | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t,PyTypeObject |
| newPyTuple | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple,seq[PyObject] |
| tpMagic | https://npython.nimpylib.org/npython/Objects/pyobject.html#tpMagic.m,untyped,untyped |
| tpSetter | https://npython.nimpylib.org/npython/Objects/pyobject.html#tpSetter.m,untyped,untyped |
| callInplaceMagic | https://npython.nimpylib.org/npython/Objects/pyobject.html#callInplaceMagic.t,PyObject,untyped,PyObject |
| getRORawData | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRORawData,RtArray[T] |
| toIntFlag | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toIntFlag.c,PY_TPFLAGS |
| initRtArray | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,Natural |
| checkTypeOrRetTE | https://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject |
| magicNames | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#magicNames |
| BltinMethodDef | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef |
| toObjSeq | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c,seq[Py] |
| & | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,PY_TPFLAGS,PY_TPFLAGS |
| typeToAnyKind | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T] |
| initPyMemberDef | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef,string,typedesc[T],int |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| callMagic | https://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped,PyObject |
| tpMethod | https://npython.nimpylib.org/npython/Objects/pyobject.html#tpMethod.m,untyped,untyped |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| PyTypeObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject |
| idStr | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr,PyObject |
| $ | https://npython.nimpylib.org/npython/Utils/intflags.html#$,IntFlag[E] |
| newPyTuple | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple,openArray[T] |
| pyCFuncPragma | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m |
| pyNotImplementedObjectType | https://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType |
| pyType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t,PyObject |
| PyObjectObj | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj |
| BltinMethod | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod |
| declareIntFlag | https://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,, |
| callOnceFinalizerFromDealloc | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callOnceFinalizerFromDealloc.t,PyObjectObj, |
| newPyTuple | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple |
| initRtArray | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T] |
| checkTypeOrRetTE | https://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,, |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| getDict | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDict,PyObject |
| iterMro | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#iterMro.i,PyTypeObject |
| prepareIntFlagOr | https://npython.nimpylib.org/npython/Utils/intflags.html#prepareIntFlagOr.t |
| pairs | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T] |
| tupleSeqToString | https://npython.nimpylib.org/npython/Objects/tupleobject.html#tupleSeqToString,openArray[UnicodeVariant] |
| NPyMethodKind | https://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind |
| registerBltinMethod | https://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethod |
| typeToAnyKind | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[seq[Py]] |
| =copy | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=copy,RtArray[T],RtArray[T] |
| Py_IS | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS,PyObject,PyObject |
| == | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#==,RtArray[T],RtArray[T] |
| implMethod | https://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NPyMethodKind |
| len | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len |
| destructor | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor |
| checkArgTypes | https://npython.nimpylib.org/npython/Objects/pyobject.html#checkArgTypes.m,untyped,untyped |
| BinaryMethod | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod |
| checkTypeOrRetTE | https://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject,string |
| ofPyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofPyTupleObject,PyObject |
| Py_IS_TYPE | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS_TYPE,PyObject,PyTypeObject |
| castSelf | https://npython.nimpylib.org/npython/Objects/pyobject.html#castSelf.m,untyped,untyped |
| declarePyType | https://npython.nimpylib.org/npython/Objects/pyobject.html#declarePyType.m,untyped,untyped |
| pow3rdArgMustBeNone | https://npython.nimpylib.org/npython/Objects/pyobject.html#pow3rdArgMustBeNone.t |
| typeToAnyKind | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m,typedesc[T] |
| reprLockWithMsg | https://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsg.m,string,untyped |
| @ | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#@,RtArray[T] |
| declareIntFlag | https://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,, |
| | | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#|,PY_TPFLAGS,PY_TPFLAGS |
| =wasMoved | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=wasMoved,RtArray[T] |
| getRawData | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRawData,RtArray[T] |
| == | https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],IntFlag[E] |
| items | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#items.i,RtArray[T] |
| PyObjectWithDict | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectWithDict |
| getFun | https://npython.nimpylib.org/npython/Objects/pyobject.html#getFun.t,PyObject,untyped |
| typeToAnyKind | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]_2 |
| PyDictObject | https://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject |
| PyArg_NoKw | https://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t,, |
| PyArg_NoKw | https://npython.nimpylib.org/npython/Python/getargs/nokw.html#PyArg_NoKw.t |