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