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