##// END OF EJS Templates
notice nesting of `sync_results` decorator...
notice nesting of `sync_results` decorator ensures the sync operation only fires once, after the outermost call. avoids O(n) calls to set.difference

File last commit:

r8525:61ef7793
r10073:58b30ca1
Show More
__init__.py
4 lines | 85 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from _jsonschema import *