Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpeephole.c37 tuple_of_constants(unsigned char *codestr, Py_ssize_t n, PyObject *consts) in tuple_of_constants() function
446 tuple_of_constants(&codestr[h], j, consts)) { in PyCode_Optimize()