Home
last modified time | relevance | path

Searched defs:varnames (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Python/
H A Dsuggestions.c227 PyObject *varnames = _PyCode_GetVarnames(code); in offer_suggestions_for_name_error() local
/third_party/python/Objects/clinic/
H A Dcodeobject.c.h36 PyObject *varnames; in code_new() local
/third_party/python/Objects/
H A Dcodeobject.c498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument
622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument
1950 PyObject *varnames = NULL; code_replace_impl() local
[all...]

Completed in 4 milliseconds