René's URL Explorer Experiment


Title: npython/Python/neval_frame

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Python/neval_frame.html#6
Procshttps://npython.nimpylib.org/npython/Python/neval_frame.html#12
getFirstComplete(frame: PyFrameObject): PyFrameObjecthttps://npython.nimpylib.org/npython/Python/neval_frame.html#getFirstComplete%2CPyFrameObject
isIncomplete(frame: PyFrameObject): boolhttps://npython.nimpylib.org/npython/Python/neval_frame.html#isIncomplete%2CPyFrameObject
newPyFrame(fun: PyFunctionObject): PyFrameObjecthttps://npython.nimpylib.org/npython/Python/neval_frame.html#newPyFrame%2CPyFunctionObject
newPyFrame(fun: PyFunctionObject; args: openArray[PyObject]; back: PyFrameObject): PyObjecthttps://npython.nimpylib.org/npython/Python/neval_frame.html#newPyFrame%2CPyFunctionObject%2CopenArray%5BPyObject%5D%2CPyFrameObject
privateGetframeNoAudit(depth: int): PyObjecthttps://npython.nimpylib.org/npython/Python/neval_frame.html#privateGetframeNoAudit%2Cint
PyEval_GetFrame(): PyFrameObjecthttps://npython.nimpylib.org/npython/Python/neval_frame.html#PyEval_GetFrame
PyEval_GetGlobals(): PyObjecthttps://npython.nimpylib.org/npython/Python/neval_frame.html#PyEval_GetGlobals
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Python/neval_frame.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Python/neval_frame.nim#L1
Importshttps://npython.nimpylib.org/npython/Python/neval_frame.html#6
symtablehttps://npython.nimpylib.org/npython/Python/symtable.html
../Objects/pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
../Objects/funcobjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html
../Objects/cellobjecthttps://npython.nimpylib.org/npython/Objects/cellobject.html
../Objects/codeobjecthttps://npython.nimpylib.org/npython/Objects/codeobject.html
../Objects/frameobjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html
../Objects/exceptionshttps://npython.nimpylib.org/npython/Objects/exceptions.html
../Objects/stringobjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html
../Objects/noneobjecthttps://npython.nimpylib.org/npython/Objects/noneobject.html
../Utils/utilshttps://npython.nimpylib.org/npython/Utils/utils.html
Procshttps://npython.nimpylib.org/npython/Python/neval_frame.html#12
getFirstCompletehttps://npython.nimpylib.org/npython/Python/neval_frame.html#getFirstComplete%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Python/neval_frame.nim#L32
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Python/neval_frame.nim#L32
isIncompletehttps://npython.nimpylib.org/npython/Python/neval_frame.html#isIncomplete%2CPyFrameObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Python/neval_frame.nim#L22
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Python/neval_frame.nim#L22
newPyFramehttps://npython.nimpylib.org/npython/Python/neval_frame.html#newPyFrame%2CPyFunctionObject
PyFunctionObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#PyFunctionObject
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Python/neval_frame.nim#L66
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Python/neval_frame.nim#L66
newPyFramehttps://npython.nimpylib.org/npython/Python/neval_frame.html#newPyFrame%2CPyFunctionObject%2CopenArray%5BPyObject%5D%2CPyFrameObject
PyFunctionObjecthttps://npython.nimpylib.org/npython/Objects/funcobject.html#PyFunctionObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
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/Python/neval_frame.nim#L62
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Python/neval_frame.nim#L62
privateGetframeNoAudithttps://npython.nimpylib.org/npython/Python/neval_frame.html#privateGetframeNoAudit%2Cint
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Python/neval_frame.nim#L38
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Python/neval_frame.nim#L38
PyEval_GetFramehttps://npython.nimpylib.org/npython/Python/neval_frame.html#PyEval_GetFrame
PyFrameObjecthttps://npython.nimpylib.org/npython/Objects/frameobject.html#PyFrameObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Python/neval_frame.nim#L56
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Python/neval_frame.nim#L56
PyEval_GetGlobalshttps://npython.nimpylib.org/npython/Python/neval_frame.html#PyEval_GetGlobals
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Python/neval_frame.nim#L58
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Python/neval_frame.nim#L58

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


URLs of crawlers that visited me.