##// END OF EJS Templates
Don't use getattr() when searching for the _repr_pretty_ method....
Don't use getattr() when searching for the _repr_pretty_ method. Using getattr() might find a method in a base class, when a registered printer for a baseclass later in the mro is the better fit.
Walter Doerwald -
r6314:bbd672e1
Show More
Name Size Modified Last Commit Author
/ IPython / deathrow / oldfrontend / tests
__init__.py Loading ...
test_asyncfrontendbase.py Loading ...
test_frontendbase.py Loading ...
test_linefrontend.py Loading ...
test_prefilterfrontend.py Loading ...
test_process.py Loading ...