##// END OF EJS Templates
`IPython.utils._process_posix`: import `pexpect` only when needed (#14312)...
`IPython.utils._process_posix`: import `pexpect` only when needed (#14312) Delaying the import of `pexpect` to the first use. This is needed to make `import IPython` work on Pyodide; see https://github.com/pyodide/pyodide/pull/4452

File last commit:

r28601:c928806c
r28604:4eab6081 merge
Show More
_build_meta.py
2 lines | 150 B | text/x-python | PythonLexer
# See https://setuptools.pypa.io/en/latest/build_meta.html#dynamic-build-dependencies-and-other-build-meta-tweaks
from setuptools.build_meta import *