Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h198 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/third_party/python/Objects/
Dcodeobject.c1712 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()
1715 consts2 = _PyCode_ConstantKey(cp->co_consts); in code_richcompare()
2071 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function
2140 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
2168 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
/third_party/python/Python/
Dcompile.c1330 PyObject *key = _PyCode_ConstantKey(o); in merge_consts_recursive()
7904 PyObject *key = _PyCode_ConstantKey(*obj); in merge_const_one()