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

r2760:afe1263a
r6314:bbd672e1
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer