Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h114 #define PyCode_GetNumFree(op) (PyTuple_GET_SIZE((op)->co_freevars)) macro
/third_party/python/Doc/c-api/
Dcode.rst32 .. c:function:: int PyCode_GetNumFree(PyCodeObject *co)
/third_party/python/Objects/
Dfuncobject.c328 nfree = PyCode_GetNumFree((PyCodeObject *)value); in func_set_code()
/third_party/python/Python/
Dbltinmodule.c962 if (PyCode_GetNumFree((PyCodeObject *)source) > 0) { in builtin_eval_impl()
1050 if (PyCode_GetNumFree((PyCodeObject *)source) > 0) { in builtin_exec_impl()
Dcompile.c2019 Py_ssize_t i, free = PyCode_GetNumFree(co); in compiler_make_closure()
/third_party/python/Doc/data/
Drefcounts.dat234 PyCode_GetNumFree:int:::
235 PyCode_GetNumFree:PyCodeObject*:co:0: