Searched defs:repr_str (Results 1 – 3 of 3) sorted by relevance
120 def repr_str(self, x, level): member in Repr
548 repr_str = repr_string variable in HTMLRepr1149 repr_str = repr_string variable in TextRepr
630 PyObject *encoded, *escaped_str, *repr_str, *buffer, *result; in sys_displayhook_unencodable() local