Searched refs:ClassWithRepr (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_repr.py115 i1 = ClassWithRepr("a")
118 i2 = ClassWithRepr("x"*1000)
318 class ClassWithRepr: class in inherits:
/external/python/cpython3/Lib/test/
H A Dtest_reprlib.py132 i1 = ClassWithRepr("a")
135 i2 = ClassWithRepr("x"*1000)
351 class ClassWithRepr: class in inherits:
355 return "ClassWithRepr(%r)" % self.s

Completed in 2860 milliseconds