Searched refs:PyFrame_FastToLocals (Results 1 – 6 of 6) sorted by relevance
29 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
200 PyFrame_FastToLocals(frame); in PyFrame_GetLocals()
2146 PyFrame_FastToLocals(PyFrameObject *f) in PyFrame_FastToLocals() function
2694 * :c:func:`!PyFrame_FastToLocals` and :c:func:`!PyFrame_FastToLocalsWithError`
274 …<elf-symbol name='PyFrame_FastToLocals' type='func-type' binding='global-binding' visibility='defa…7279 …PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' filepath='Objects/frameobject.c' line='2…
25112 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for