Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcodeobject.c420 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function
486 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()
/external/python/cpython2/Include/
Dcode.h108 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/external/python/cpython3/Include/cpython/
Dcode.h156 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/external/python/cpython3/Objects/
Dcodeobject.c699 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function
768 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
796 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
863 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()
866 consts2 = _PyCode_ConstantKey(cp->co_consts); in code_richcompare()
/external/python/cpython2/Python/
Dcompile.c341 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()
/external/python/cpython3/Python/
Dcompile.c1202 PyObject *key = _PyCode_ConstantKey(o); in merge_consts_recursive()
5873 PyObject *key = _PyCode_ConstantKey(*tuple); in merge_const_tuple()