##// END OF EJS Templates
Add 'on_demand' option to interact() so that long-running functions can be started only when explicitly requested
Add 'on_demand' option to interact() so that long-running functions can be started only when explicitly requested

File last commit:

r10951:31998f30
r17058:5d97cfcb
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *