Searched defs:co_consts (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ |
D | dis.py | 524 def __init__(self, co_consts=None, names=None, varname_from_oparg=None, labels_map=None): argument 636 def _get_const_value(op, arg, co_consts): argument 650 def _get_const_info(op, arg, co_consts): argument
|
/external/python/cpython3/Objects/clinic/ |
D | codeobject.c.h | 215 PyObject *co_consts = self->co_consts; in code_replace() local
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 2220 int co_firstlineno, PyObject *co_code, PyObject *co_consts, in code_replace_impl()
|
/external/python/cpython3/Python/ |
D | flowgraph.c | 1243 get_const_value(int opcode, int oparg, PyObject *co_consts) in get_const_value()
|