##// END OF EJS Templates
validate output types in append_output...
validate output types in append_output validates from files, as well as from kernels

File last commit:

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