Home
last modified time | relevance | path

Searched defs:co_cellvars (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Objects/clinic/
H A Dcodeobject.c.h205 PyObject *co_cellvars = NULL; in code_replace() local
/third_party/python/Tools/scripts/
H A Dumarshal.py74 def co_cellvars(self) -> Tuple[str, ...]: member in Code
/third_party/python/Objects/
H A Dcodeobject.c1904 code_replace_impl(PyCodeObject *self, int co_argcount, int co_posonlyargcount, int co_kwonlyargcount, int co_nlocals, int co_stacksize, int co_flags, int co_firstlineno, PyBytesObject *co_code, PyObject *co_consts, PyObject *co_names, PyObject *co_varnames, PyObject *co_freevars, PyObject *co_cellvars, PyObject *co_filename, PyObject *co_name, PyObject *co_qualname, PyBytesObject *co_linetable, PyBytesObject *co_exceptiontable) code_replace_impl() argument
/third_party/python/Modules/
H A D_testcapimodule.c6262 PyObject *co_cellvars = PyCode_GetCellvars(co); in test_code_api() local
[all...]

Completed in 18 milliseconds