| Index | https://npython.nimpylib.org/theindex.html |
| Imports | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#6 |
| Types | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#7 |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Lets | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#9 |
| pyTupleObjectType | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#pyTupleObjectType |
| Procs | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#12 |
| newPyTuple(): PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple |
| newPyTuple(items: seq[PyObject]): PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple%2Cseq%5BPyObject%5D |
| newPyTuple[T: PyObject](items: openArray[T]): PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple%2CopenArray%5BT%5D |
| newPyTupleSimple(): PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTupleSimple |
| ofExactPyTupleObject(obj`gensym0: PyObject): bool | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofExactPyTupleObject%2CPyObject |
| ofPyTupleObject(obj`gensym0: PyObject): bool | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofPyTupleObject%2CPyObject |
| Macros | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#17 |
| PyTuple_Pack(args: varargs[typed]): PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Pack.m%2Cvarargs%5Btyped%5D |
| Templates | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#18 |
| PyTuple_Collect(body): PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Collect.t |
| Exports | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#19 |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L1 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L1 |
| Imports | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#6 |
| ../pyobject | https://npython.nimpylib.org/npython/Objects/pyobject.html |
| Types | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#7 |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| 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/tupleobject/decl.nim#L13 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L13 |
| Lets | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#9 |
| pyTupleObjectType | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#pyTupleObjectType |
| pyObjectType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L925 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L925 |
| Procs | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#12 |
| newPyTuple | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L15 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L15 |
| newPyTuple | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple%2Cseq%5BPyObject%5D |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L19 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L19 |
| newPyTuple | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple%2CopenArray%5BT%5D |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L30 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L30 |
| newPyTupleSimple | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTupleSimple |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942 |
| ofExactPyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofExactPyTupleObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L927 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L927 |
| ofPyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofPyTupleObject%2CPyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L931 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L931 |
| Macros | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#17 |
| PyTuple_Pack | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Pack.m%2Cvarargs%5Btyped%5D |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L38 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L38 |
| Templates | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#18 |
| PyTuple_Collect | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Collect.t |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L24 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L24 |
| Exports | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.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/Utils/intflags.html#$,IntFlag[E] |
| IntFlag | https://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag |
| genProperty | https://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,string,,, |
| len | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len |
| newBltinPyType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType,string |
| allowSelfReadWhenBeforeRealWrite | https://npython.nimpylib.org/npython/Objects/pyobject.html#allowSelfReadWhenBeforeRealWrite.t |
| $ | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#$.e,PyObject |
| toTypeObject | https://npython.nimpylib.org/npython/Objects/pyobject.html#toTypeObject.m,typedesc[O] |
| ofPyNotImplementedObject | https://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject,PyObject |
| 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 |
| or | https://npython.nimpylib.org/npython/Utils/intflags.html#or,IntFlag[E],IntFlag[E] |
| =trace | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| UnaryMethod | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod |
| getDictUnsafe | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe,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/Utils/rtarrays/rawMem.html#==,RtArray[T],RtArray[T] |
| implMethod | https://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NimNode,NPyMethodKind |
| methodMacroTmpl | https://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m,untyped |
| forMroNoSelf | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t,,PyTypeObject, |
| RtArray | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray |
| pyDestructorPragma | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t |
| PyNotImplementedObject | https://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject |
| newPyType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType,string |
| 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 |
| pairs | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T] |
| registerBltinMethod | https://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethodDef |
| callMagic | https://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped |
| callTpDel | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel,PyTypeObject,PyObjectObj |
| typeName | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t,PyObject |
| isClass | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass,PyObject |
| ofPyTypeObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject,PyObject |
| PY_TPFLAGS | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS |
| == | https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],E |
| genProperty | https://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,,, |
| pyType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t,PyObject |
| sizeofIntFlag | https://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag |
| reprLock | https://npython.nimpylib.org/npython/Objects/pyobject.html#reprLock.m,untyped |
| MagicMethods | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#MagicMethods |
| =destroy | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=destroy,RtArray[auto] |
| BltinFunc | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc |
| mutable | https://npython.nimpylib.org/npython/Objects/pyobject.html#mutable.m,untyped,untyped |
| hasDict | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict,PyObject |
| $ | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$ |
| 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 |
| 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] |
| ofExactPyNotImplementedObject | https://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject,PyObject |
| 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 |
| typeToAnyKind | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m,typedesc[T] |
| & | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,,PY_TPFLAGS |
| initPyMemberDef | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef,string,typedesc[T],int |
| 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 |
| PyTypeObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject |
| mro | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t,PyTypeObject |
| idStr | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr,PyObject |
| pyCFuncPragma | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m |
| pyNotImplementedObjectType | https://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType |
| & | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,PY_TPFLAGS,PY_TPFLAGS |
| 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, |
| [] | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int |
| initRtArray | https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T] |
| checkTypeOrRetTE | https://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject,string |
| toObjSeq | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c,seq[Py] |
| 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 |
| NPyMethodKind | https://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind |
| PyKwArgType | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType |
| getMagic | https://npython.nimpylib.org/npython/Objects/pyobject.html#getMagic.t,PyObject, |
| 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 |
| implMethod | https://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NPyMethodKind |
| 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,, |
| 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.t,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] |
| == | https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],IntFlag[E] |
| declareIntFlag | https://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,, |
| typeToAnyKind | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]_2 |
| | | 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] |
| 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 |