Home
last modified time | relevance | path

Searched refs:_PyCode_ConstantKey (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dcode.h163 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/third_party/python/Objects/
Dcodeobject.c784 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function
853 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
881 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
948 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()
951 consts2 = _PyCode_ConstantKey(cp->co_consts); in code_richcompare()
/third_party/python/Python/
Dcompile.c1308 PyObject *key = _PyCode_ConstantKey(o); in merge_consts_recursive()
6842 PyObject *key = _PyCode_ConstantKey(*obj); in merge_const_one()