Home
last modified time | relevance | path

Searched refs:PyFrame_FastToLocals (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/cpython/
Dframeobject.h29 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
/external/pytorch/torch/csrc/utils/
Dpythoncapi_compat.h200 PyFrame_FastToLocals(frame); in PyFrame_GetLocals()
/external/python/cpython3/Objects/
Dframeobject.c2146 PyFrame_FastToLocals(PyFrameObject *f) in PyFrame_FastToLocals() function
/external/python/cpython3/Doc/whatsnew/
D3.13.rst2694 * :c:func:`!PyFrame_FastToLocals` and :c:func:`!PyFrame_FastToLocalsWithError`
/external/python/cpython3/Doc/data/
Dpython3.13.abi274 …<elf-symbol name='PyFrame_FastToLocals' type='func-type' binding='global-binding' visibility='defa…
7279PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='2…
/external/python/cpython3/Misc/
DHISTORY25112 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for