Searched refs:_PyCode_ConstantKey (Results 1 – 6 of 6) sorted by relevance
420 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function486 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()514 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()586 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()589 consts2 = _PyCode_ConstantKey(cp->co_consts); in code_richcompare()
499 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function561 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()589 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()654 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()657 consts2 = _PyCode_ConstantKey(cp->co_consts); in code_richcompare()
108 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
139 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
341 k = _PyCode_ConstantKey(k); in list2dict()402 tuple = _PyCode_ConstantKey(k); in dictbytype()948 t = _PyCode_ConstantKey(o); in compiler_add_o()1258 k = _PyCode_ConstantKey(name); in compiler_lookup_arg()
414 k = _PyCode_ConstantKey(k); in list2dict()477 tuple = _PyCode_ConstantKey(k); in dictbytype()581 tuple = _PyCode_ConstantKey(name); in compiler_enter_scope()1161 t = _PyCode_ConstantKey(o); in compiler_add_o()1594 k = _PyCode_ConstantKey(name); in compiler_lookup_arg()