Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c3383 PyObject *cnt_repr, *step_repr = NULL; in count_repr() local
3398 step_repr = PyObject_Repr(lz->long_step); in count_repr()
3399 if (step_repr != NULL) in count_repr()
3402 PyString_AS_STRING(step_repr)); in count_repr()
3405 Py_XDECREF(step_repr); in count_repr()