Module: utils.syspathcontext

1 Class

class IPython.utils.syspathcontext.prepended_to_syspath(dir: str)

Bases: object

A context for prepending a directory to sys.path for a second.

__init__(dir: str) None