René's URL Explorer Experiment


Title: npython/Objects/tupleobject/decl

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/decl.html#6
Typeshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#7
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Letshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#9
pyTupleObjectTypehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#pyTupleObjectType
Procshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#12
newPyTuple(): PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple
newPyTuple(items: seq[PyObject]): PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple%2Cseq%5BPyObject%5D
newPyTuple[T: PyObject](items: openArray[T]): PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple%2CopenArray%5BT%5D
newPyTupleSimple(): PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTupleSimple
ofExactPyTupleObject(obj`gensym0: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofExactPyTupleObject%2CPyObject
ofPyTupleObject(obj`gensym0: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofPyTupleObject%2CPyObject
Macroshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#17
PyTuple_Pack(args: varargs[typed]): PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Pack.m%2Cvarargs%5Btyped%5D
Templateshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#18
PyTuple_Collect(body): PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Collect.t
Exportshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#19
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#6
../pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
Typeshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#7
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
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/decl.nim#L13
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L13
Letshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#9
pyTupleObjectTypehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#pyTupleObjectType
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L925
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L925
Procshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#12
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L15
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L15
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple%2Cseq%5BPyObject%5D
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L19
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L19
newPyTuplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTuple%2CopenArray%5BT%5D
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L30
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L30
newPyTupleSimplehttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#newPyTupleSimple
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942
ofExactPyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofExactPyTupleObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L927
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L927
ofPyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#ofPyTupleObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L931
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L931
Macroshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#17
PyTuple_Packhttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Pack.m%2Cvarargs%5Btyped%5D
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L38
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L38
Templateshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#18
PyTuple_Collecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTuple_Collect.t
PyTupleObjecthttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/tupleobject/decl.nim#L24
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/tupleobject/decl.nim#L24
Exportshttps://npython.nimpylib.org/npython/Objects/tupleobject/decl.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/Utils/intflags.html#$,IntFlag[E]
IntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#IntFlag
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,string,,,
lenhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#len
newBltinPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newBltinPyType,string
allowSelfReadWhenBeforeRealWritehttps://npython.nimpylib.org/npython/Objects/pyobject.html#allowSelfReadWhenBeforeRealWrite.t
$https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#$.e,PyObject
toTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#toTypeObject.m,typedesc[O]
ofPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofPyNotImplementedObject,PyObject
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
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
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
==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,NimNode,NPyMethodKind
methodMacroTmplhttps://npython.nimpylib.org/npython/Objects/pyobject.html#methodMacroTmpl.m,untyped
forMroNoSelfhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#forMroNoSelf.t,,PyTypeObject,
RtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#RtArray
pyDestructorPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyDestructorPragma.t
PyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#PyNotImplementedObject
newPyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#newPyType,string
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
pairshttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#pairs.i,RtArray[T]
registerBltinMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#registerBltinMethod,PyTypeObject,string,BltinMethodDef
callMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#callMagic.t,PyObject,untyped
callTpDelhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#callTpDel,PyTypeObject,PyObjectObj
typeNamehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeName.t,PyObject
isClasshttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isClass,PyObject
ofPyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#ofPyTypeObject,PyObject
PY_TPFLAGShttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PY_TPFLAGS
==https://npython.nimpylib.org/npython/Utils/intflags.html#==,IntFlag[E],E
genPropertyhttps://npython.nimpylib.org/npython/Objects/pyobject.html#genProperty.t,,,,
pyTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyType.t,PyObject
sizeofIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#sizeofIntFlag
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]
BltinFunchttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#BltinFunc
mutablehttps://npython.nimpylib.org/npython/Objects/pyobject.html#mutable.m,untyped,untyped
hasDicthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#hasDict,PyObject
$https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#$
tpGetterhttps://npython.nimpylib.org/npython/Objects/pyobject.html#tpGetter.m,untyped,untyped
isTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#isType,PyTypeObject,PyTypeObject
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]
ofExactPyNotImplementedObjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html#ofExactPyNotImplementedObject,PyObject
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
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.m,typedesc[T]
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,,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
PyTypeObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyTypeObject
mrohttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#mro.t,PyTypeObject
idStrhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#idStr,PyObject
pyCFuncPragmahttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyCFuncPragma.m
pyNotImplementedObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobject.html#pyNotImplementedObjectType
&https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#&,PY_TPFLAGS,PY_TPFLAGS
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,
[]https://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#[],RtArray[T],int
initRtArrayhttps://npython.nimpylib.org/npython/Utils/rtarrays/rawMem.html#initRtArray,openArray[T]
checkTypeOrRetTEhttps://npython.nimpylib.org/npython/Objects/pyobject.html#checkTypeOrRetTE.t,,,PyTypeObject,string
toObjSeqhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#toObjSeq.c,seq[Py]
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
NPyMethodKindhttps://npython.nimpylib.org/npython/Objects/pyobject.html#NPyMethodKind
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
getMagichttps://npython.nimpylib.org/npython/Objects/pyobject.html#getMagic.t,PyObject,
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
implMethodhttps://npython.nimpylib.org/npython/Objects/pyobject.html#implMethod,NimNode,NimNode,NimNode,NimNode,NPyMethodKind
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,,
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]
reprLockWithMsghttps://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]
declareIntFlaghttps://npython.nimpylib.org/npython/Utils/intflags.html#declareIntFlag.t,,
typeToAnyKindhttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#typeToAnyKind.t,typedesc[T]_2
|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]
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

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


URLs of crawlers that visited me.