Searched refs:_PyCode_ConstantKey (Results 1 – 3 of 3) sorted by relevance
163 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
784 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function853 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()
1308 PyObject *key = _PyCode_ConstantKey(o); in merge_consts_recursive()6842 PyObject *key = _PyCode_ConstantKey(*obj); in merge_const_one()