##// END OF EJS Templates
oinspect.find_file: Additional safety if file cannot be found....
oinspect.find_file: Additional safety if file cannot be found. In some code paths, e.g. when introspecting fortran objects generated by f2py, oinspect.find_file will raise an UnboundLocalError. Prevent this by setting fname to None.

File last commit:

r4053:b45902e3
r7520:b570c261
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *