##// END OF EJS Templates
tweak formatter.for_type...
tweak formatter.for_type - for_type(cls) nondestructively queries the current formatter (previously disallowed) - for_type(cls, None) clears the current formatter (previously queried current)

File last commit:

r13347:54891794
r13654:9ece5b6a
Show More
__init__.py
4 lines | 86 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from ._jsonschema import *