Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c3393 PyObject *cnt_repr, *step_repr = NULL; in count_repr() local
3408 step_repr = PyObject_Repr(lz->long_step); in count_repr()
3409 if (step_repr != NULL) in count_repr()
3412 PyString_AS_STRING(step_repr)); in count_repr()
3415 Py_XDECREF(step_repr); in count_repr()