##// 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:

r6192:a53b1a9f
r7520:b570c261
Show More
login.css
6 lines | 75 B | text/css | CssLexer
#main_app {
height: 100px;
width: 350px;
margin: 50px auto;
}