René's URL Explorer Experiment


Title: npython/Objects/tupleobject

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#6
Procshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#12
containsPyTupleObjectMagic(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject.html#containsPyTupleObjectMagic%2CPyObject%2CPyObject
isPyTrueObj(obj: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#isPyTrueObj%2CPyObject
lenPyTupleObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject.html#lenPyTupleObjectMagic%2CPyObject
reprPyTupleObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject.html#reprPyTupleObjectMagic%2CPyObject
tupleSeqToString(ss: openArray[UnicodeVariant]): UnicodeVarianthttps://npython.nimpylib.org/npython/Objects/tupleobject.html#tupleSeqToString%2CopenArray%5BUnicodeVariant%5D
Iteratorshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#15
items(self: PyTupleObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject.html#items.i%2CPyTupleObject
Templateshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#18
`[]`(self: PyTupleObject; i: int): PyObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject.html#%5B%5D.t%2CPyTupleObject%2Cint
genCollectMagics(items, implNameMagic, ofPyNameObject, PyNameObject, mutRead, mutReadRepr, seqToStr)https://npython.nimpylib.org/npython/Objects/tupleobject.html#genCollectMagics.t%2C%2C%2C%2C%2C%2C%2C
len(self: PyTupleObject): inthttps://npython.nimpylib.org/npython/Objects/tupleobject.html#len.t%2CPyTupleObject
Exportshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#19
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#6
pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
exceptionshttps://npython.nimpylib.org/npython/Objects/exceptions.html
boolobjecthttps://npython.nimpylib.org/npython/Objects/boolobject.html
stringobjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html
numobjects/intobject/declhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html
../Utils/trans_imphttps://npython.nimpylib.org/npython/Utils/trans_imp.html
tupleobject/declhttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html
Procshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#12
containsPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#containsPyTupleObjectMagic%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
isPyTrueObjhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#isPyTrueObj%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject.nim#L13
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject.nim#L13
lenPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#lenPyTupleObjectMagic%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
reprPyTupleObjectMagichttps://npython.nimpylib.org/npython/Objects/tupleobject.html#reprPyTupleObjectMagic%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/tupleobject.nim#L69
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject.nim#L69
tupleSeqToStringhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#tupleSeqToString%2CopenArray%5BUnicodeVariant%5D
UnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#UnicodeVariant
UnicodeVarianthttps://npython.nimpylib.org/npython/Objects/stringobject.html#UnicodeVariant
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject.nim#L14
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject.nim#L14
Iteratorshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#15
itemshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#items.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/tupleobject.nim#L37
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject.nim#L37
Templateshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#18
`[]`https://npython.nimpylib.org/npython/Objects/tupleobject.html#%5B%5D.t%2CPyTupleObject%2Cint
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/tupleobject.nim#L36
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject.nim#L36
genCollectMagicshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#genCollectMagics.t%2C%2C%2C%2C%2C%2C%2C
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject.nim#L27
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject.nim#L27
lenhttps://npython.nimpylib.org/npython/Objects/tupleobject.html#len.t%2CPyTupleObject
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject.nim#L35
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject.nim#L35
Exportshttps://npython.nimpylib.org/npython/Objects/tupleobject.html#19
bltinTypeshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#bltinTypes
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
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]
ofExactPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject,PyObject
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,,,
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
orhttps://npython.nimpylib.org/npython/Utils/intflags.html#or,IntFlag[E],IntFlag[E]
=tracehttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=trace,RtArray[T],pointer
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
UnaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#UnaryMethod
getDictUnsafehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#getDictUnsafe,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
methodMacroTmplhttps://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m,untyped
==https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#==,RtArray[T],RtArray[T]
forMroNoSelfhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t,,PyTypeObject,
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
lenhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,,PY_TPFLAGS
PyTuple_Packhttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Pack.m,varargs[typed]
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
PyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject
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
==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
$https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#$.e,PyObject
typeNamehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t,PyObject
[]https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,
pyTupleObjectTypehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#pyTupleObjectType
isClasshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass,PyObject
ofPyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject,PyObject
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple,seq[PyObject]
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,string,,,
sizeofIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,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
=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
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,,
isTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType,PyTypeObject,PyTypeObject
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple
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
pairshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T]
getRORawDatahttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#getRORawData,RtArray[T]
newBltinPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType,string
toIntFlaghttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toIntFlag.c,PY_TPFLAGS
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T]
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject,string
magicNameshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#magicNames
BltinMethodDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethodDef
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
[]=https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[]=,RtArray[T],int,T
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,PY_TPFLAGS,PY_TPFLAGS
initPyMemberDefhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#initPyMemberDef,string,typedesc[T],int
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
$https://npython.nimpylib.org/npython/Utils/intflags.html#$,IntFlag[E]
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
idStrhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr,PyObject
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethodDef
callTpDelhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel,PyTypeObject,PyObjectObj
pyCFuncPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m
pyNotImplementedObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],IntFlag[E]
PyObjectObjhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObjectObj
BltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinMethod
callOnceFinalizerFromDeallochttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callOnceFinalizerFromDealloc.t,PyObjectObj,
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,Natural
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,
toObjSeqhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c,seq[Py]
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m,typedesc[T]
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
mrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t,PyTypeObject
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethod
ofPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject,PyObject
=copyhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#=copy,RtArray[T],RtArray[T]
$https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$
Py_IShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#Py_IS,PyObject,PyObject
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple,openArray[T]
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NimNode,NPyMethodKind
destructorhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#destructor
newPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType,string
checkArgTypeshttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkArgTypes.m,untyped,untyped
BinaryMethodhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BinaryMethod
itemshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#items.i,RtArray[T]
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject
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.t,typedesc[T]_2
reprLockWithMsghttps://npython.nimpylib.org/npython/Objects/pyobject.html#reprLockWithMsg.m,string,untyped
@https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#@,RtArray[T]
pyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t,PyObject
|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]
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[seq[Py]]

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


URLs of crawlers that visited me.