Home
last modified time | relevance | path

Searched defs:co_consts (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Ddis.py524 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/
Dcodeobject.c.h215 PyObject *co_consts = self->co_consts; in code_replace() local
/external/python/cpython3/Objects/
Dcodeobject.c2220 int co_firstlineno, PyObject *co_code, PyObject *co_consts, in code_replace_impl()
/external/python/cpython3/Python/
Dflowgraph.c1243 get_const_value(int opcode, int oparg, PyObject *co_consts) in get_const_value()