Lines Matching defs:__repr__
1108 # Make sure ClassVars are ignored in __init__, __repr__, etc.
2094 '__repr__',
2357 # Test a class with no __repr__ and repr=False.
2364 # Test a class with a __repr__ and repr=False.
2368 def __repr__(self):
2373 # If the class has __repr__, use it no matter the value of
2379 def __repr__(self):
2386 def __repr__(self):
2393 def __repr__(self):
3709 self.assertIn('__repr__', vars(C))