##// END OF EJS Templates
Checks for metaclass's __repr__ in _type_pprint...
Checks for metaclass's __repr__ in _type_pprint RepresentationPrinter has a type pprinter for 'type' subclasses. It will thus be called to print a class object (instance of 'type), avoiding the __repr__ of the metaclass. This patch checks for an overridden __repr__ before using the custom type-representation logic.
Remi Rampin -
r18370:f09f0606
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / apps
__init__.py Loading ...
baseapp.py Loading ...
ipclusterapp.py Loading ...
ipcontrollerapp.py Loading ...
ipengineapp.py Loading ...
iploggerapp.py Loading ...
launcher.py Loading ...
logwatcher.py Loading ...
win32support.py Loading ...
winhpcjob.py Loading ...