utils.syspathcontext
Module: utils.sysinfo
utils.sysinfo
Module: utils.tempdir
utils.tempdir
Enter search terms or a module, class or function name.
Warning This documentation is for an old version of IPython. You can find docs for newer versions here.
Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Context managers for adding things to sys.path temporarily.
Authors:
IPython.utils.syspathcontext.
appended_to_syspath
Bases: object
object
A context for appending a directory to sys.path for a second.
__init__
prepended_to_syspath
A context for prepending a directory to sys.path for a second.