Home
last modified time | relevance | path

Searched defs:co_varnames (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/clinic/
Dcodeobject.c.h203 PyObject *co_varnames = NULL; in code_replace() local
/third_party/python/Tools/scripts/
Dumarshal.py70 def co_varnames(self) -> Tuple[str, ...]: member in Code
/third_party/python/Objects/
Dcodeobject.c1909 PyObject *co_varnames, PyObject *co_freevars, in code_replace_impl()
/third_party/python/Python/
Dceval.c6204 PyObject **co_varnames; local
/third_party/python/Modules/
D_testcapimodule.c6244 PyObject *co_varnames = PyCode_GetVarnames(co); in test_code_api() local