René's URL Explorer Experiment


Title: npython/Objects/frameobject

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/frameobject.html#6
Typeshttps://npython.nimpylib.org/npython/Objects/frameobject.html#7
PyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameLocalsProxyObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Letshttps://npython.nimpylib.org/npython/Objects/frameobject.html#9
pyFrameLocalsProxyObjectTypehttps://npython.nimpylib.org/npython/Objects/frameobject.html#pyFrameLocalsProxyObjectType
pyFrameObjectTypehttps://npython.nimpylib.org/npython/Objects/frameobject.html#pyFrameObjectType
Procshttps://npython.nimpylib.org/npython/Objects/frameobject.html#12
f_localsPyFrameObjectGetter(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#f_localsPyFrameObjectGetter%2CPyObject
f_localsPyFrameObjectSetter(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#f_localsPyFrameObjectSetter%2CPyObject%2CPyObject
getitemPyFrameLocalsProxyObjectMagic(selfNoCast: PyObject; other: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#getitemPyFrameLocalsProxyObjectMagic%2CPyObject%2CPyObject
getLineNumber(f: PyFrameObject): inthttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLineNumber%2CPyFrameObject
getLocals(self: PyFrameObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLocals%2CPyFrameObject
getLocalsImpl(self: PyFrameObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLocalsImpl%2CPyFrameObject
getval(self: PyFrameObject; co: PyCodeObject; i: int): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#getval%2CPyFrameObject%2CPyCodeObject%2Cint
hasval(self: PyFrameObject; co: PyCodeObject; i: int): boolhttps://npython.nimpylib.org/npython/Objects/frameobject.html#hasval%2CPyFrameObject%2CPyCodeObject%2Cint
iterPyFrameLocalsProxyObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#iterPyFrameLocalsProxyObjectMagic%2CPyObject
keys(self: PyFrameLocalsProxyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#keys%2CPyFrameLocalsProxyObject
keysPyFrameLocalsProxyObjectMethod(selfNoCast: PyObject; args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#keysPyFrameLocalsProxyObjectMethod%2CPyObject%2CopenArray%5BPyObject%5D%2CPyObject
newPyFrame(): PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrame
newPyFrameLocalsProxy(frame: PyFrameObject): PyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxy%2CPyFrameObject
newPyFrameLocalsProxyObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxyObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyFrameLocalsProxySimple(): PyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxySimple
newPyFrameSimple(): PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameSimple
ofExactPyFrameLocalsProxyObject(obj`gensym24: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofExactPyFrameLocalsProxyObject%2CPyObject
ofExactPyFrameObject(obj`gensym0: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofExactPyFrameObject%2CPyObject
ofPyFrameLocalsProxyObject(obj`gensym24: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofPyFrameLocalsProxyObject%2CPyObject
ofPyFrameObject(obj`gensym0: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofPyFrameObject%2CPyObject
privateOwner(f: PyFrameObject): var PyInterpFrameOwnerhttps://npython.nimpylib.org/npython/Objects/frameobject.html#privateOwner%2CPyFrameObject
reprPyFrameLocalsProxyObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#reprPyFrameLocalsProxyObjectMagic%2CPyObject
reprPyFrameObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#reprPyFrameObjectMagic%2CPyObject
toPyDict(f: PyFrameObject): PyDictObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#toPyDict%2CPyFrameObject
Methodshttps://npython.nimpylib.org/npython/Objects/frameobject.html#14
`$`(f: PyFrameObject): stringhttps://npython.nimpylib.org/npython/Objects/frameobject.html#%24.e%2CPyFrameObject
Exportshttps://npython.nimpylib.org/npython/Objects/frameobject.html#19
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/frameobject.html#6
pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
codeobjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html
dictobjectImplhttps://npython.nimpylib.org/npython/Objects/dictobjectImpl.html
cellobjecthttps://npython.nimpylib.org/npython/Objects/cellobject.html
stringobject/strformathttps://npython.nimpylib.org/npython/Objects/stringobject/strformat.html
byteobjectshttps://npython.nimpylib.org/npython/Objects/byteobjects.html
listobjecthttps://npython.nimpylib.org/npython/Objects/listobject.html
stringobjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html
exceptionshttps://npython.nimpylib.org/npython/Objects/exceptions.html
pyobject_apis/stringshttps://npython.nimpylib.org/npython/Objects/pyobject_apis/strings.html
abstract/iterhttps://npython.nimpylib.org/npython/Objects/abstract/iter.html
../Include/cpython/critical_sectionhttps://npython.nimpylib.org/npython/Include/cpython/critical_section.html
../Include/cpython/compilehttps://npython.nimpylib.org/npython/Include/cpython/compile.html
../Include/internal/pycore_interpframe_structhttps://npython.nimpylib.org/npython/Include/internal/pycore_interpframe_struct.html
Typeshttps://npython.nimpylib.org/npython/Objects/frameobject.html#7
PyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameLocalsProxyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L93
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L93
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyCodeObjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html#PyCodeObject
PyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyCellObjecthttps://npython.nimpylib.org/npython/Objects/cellobject.html#PyCellObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L36
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L36
Letshttps://npython.nimpylib.org/npython/Objects/frameobject.html#9
pyFrameLocalsProxyObjectTypehttps://npython.nimpylib.org/npython/Objects/frameobject.html#pyFrameLocalsProxyObjectType
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
pyFrameObjectTypehttps://npython.nimpylib.org/npython/Objects/frameobject.html#pyFrameObjectType
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/frameobject.html#12
f_localsPyFrameObjectGetterhttps://npython.nimpylib.org/npython/Objects/frameobject.html#f_localsPyFrameObjectGetter%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#L134
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L134
f_localsPyFrameObjectSetterhttps://npython.nimpylib.org/npython/Objects/frameobject.html#f_localsPyFrameObjectSetter%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#L135
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L135
getitemPyFrameLocalsProxyObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#getitemPyFrameLocalsProxyObjectMagic%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
getLineNumberhttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLineNumber%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L47
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L47
getLocalshttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLocals%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L297
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L297
getLocalsImplhttps://npython.nimpylib.org/npython/Objects/frameobject.html#getLocalsImpl%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L285
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L285
getvalhttps://npython.nimpylib.org/npython/Objects/frameobject.html#getval%2CPyFrameObject%2CPyCodeObject%2Cint
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyCodeObjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html#PyCodeObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L106
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L106
hasvalhttps://npython.nimpylib.org/npython/Objects/frameobject.html#hasval%2CPyFrameObject%2CPyCodeObject%2Cint
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyCodeObjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html#PyCodeObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L143
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L143
iterPyFrameLocalsProxyObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#iterPyFrameLocalsProxyObjectMagic%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
keyshttps://npython.nimpylib.org/npython/Objects/frameobject.html#keys%2CPyFrameLocalsProxyObject
PyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameLocalsProxyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L145
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L145
keysPyFrameLocalsProxyObjectMethodhttps://npython.nimpylib.org/npython/Objects/frameobject.html#keysPyFrameLocalsProxyObjectMethod%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
newPyFramehttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrame
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L70
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L70
newPyFrameLocalsProxyhttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxy%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameLocalsProxyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L95
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L95
newPyFrameLocalsProxyObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxyObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
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#L638
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L638
newPyFrameLocalsProxySimplehttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameLocalsProxySimple
PyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameLocalsProxyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942
newPyFrameSimplehttps://npython.nimpylib.org/npython/Objects/frameobject.html#newPyFrameSimple
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942
ofExactPyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofExactPyFrameLocalsProxyObject%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
ofExactPyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofExactPyFrameObject%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
ofPyFrameLocalsProxyObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofPyFrameLocalsProxyObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L934
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L934
ofPyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#ofPyFrameObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L934
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L934
privateOwnerhttps://npython.nimpylib.org/npython/Objects/frameobject.html#privateOwner%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyInterpFrameOwnerhttps://npython.nimpylib.org/npython/Include/internal/pycore_interpframe_struct.html#PyInterpFrameOwner
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L38
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L38
reprPyFrameLocalsProxyObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#reprPyFrameLocalsProxyObjectMagic%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/frameobject.nim#L233
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L233
reprPyFrameObjectMagichttps://npython.nimpylib.org/npython/Objects/frameobject.html#reprPyFrameObjectMagic%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
toPyDicthttps://npython.nimpylib.org/npython/Objects/frameobject.html#toPyDict%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyDictObjecthttps://npython.nimpylib.org/npython/Objects/dictobject/decl.html#PyDictObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L73
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L73
Methodshttps://npython.nimpylib.org/npython/Objects/frameobject.html#14
`$`https://npython.nimpylib.org/npython/Objects/frameobject.html#%24.e%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/frameobject.nim#L59
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/frameobject.nim#L59
Exportshttps://npython.nimpylib.org/npython/Objects/frameobject.html#19
PyInterpFrameOwnerhttps://npython.nimpylib.org/npython/Include/internal/pycore_interpframe_struct.html#PyInterpFrameOwner

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


URLs of crawlers that visited me.