Searched defs:varnames (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | dis.py | 311 def _get_instructions_bytes(code, varnames=None, names=None, constants=None, argument 386 def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, argument
|
/third_party/python/Objects/clinic/ |
D | codeobject.c.h | 34 PyObject *varnames; in code_new() local
|
/third_party/python/Objects/ |
D | codeobject.c | 120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs() 278 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 552 PyObject *varnames, PyObject *filename, PyObject *name, in code_new_impl()
|
/third_party/python/Python/ |
D | marshal.c | 1313 PyObject *varnames = NULL; in r_object() local
|
D | compile.c | 6873 PyObject *varnames = NULL; in makecode() local
|