##// END OF EJS Templates
remove _valid_formatter...
remove _valid_formatter check in _safe_get_formatter_method - reject classes - allow any callable... - ...except on objects that lazily produce callables at any attribute

File last commit:

r13347:54891794
r19128:c7a9cc84
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *