##// 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.

File last commit:

r2661:595fc3b9
r6314:bbd672e1
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer