Searched refs:reprstr (Results 1 – 1 of 1) sorted by relevance
901 static PyObject *reprstr; in instance_repr() local903 if (reprstr == NULL) { in instance_repr()904 reprstr = PyString_InternFromString("__repr__"); in instance_repr()905 if (reprstr == NULL) in instance_repr()908 func = instance_getattr(inst, reprstr); in instance_repr()