Update documentation
The default argument for path is actually None, which means to use
sys.path. We have to do it this way to account for changes in sys.path
after the function's definition. This also matches the actual
implementation.
The default argument for path is actually None, which means to use
sys.path. We have to do it this way to account for changes in sys.path
after the function's definition. This also matches the actual
implementation.