Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcodeobject.c484 PyObject *item, *item_key; in _PyCode_ConstantKey() local
487 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
488 if (item_key == NULL) { in _PyCode_ConstantKey()
493 PyTuple_SET_ITEM(tuple, i, item_key); in _PyCode_ConstantKey()
513 PyObject *item_key; in _PyCode_ConstantKey() local
515 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
516 if (item_key == NULL) { in _PyCode_ConstantKey()
522 PyTuple_SET_ITEM(tuple, i, item_key); in _PyCode_ConstantKey()