Searched refs:step_repr (Results 1 – 1 of 1) sorted by relevance
3393 PyObject *cnt_repr, *step_repr = NULL; in count_repr() local3408 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()