Searched refs:reprstr (Results 1 – 1 of 1) sorted by relevance
902 static PyObject *reprstr; in instance_repr() local904 if (reprstr == NULL) { in instance_repr()905 reprstr = PyString_InternFromString("__repr__"); in instance_repr()906 if (reprstr == NULL) in instance_repr()909 func = instance_getattr(inst, reprstr); in instance_repr()