/opt/imh-python/lib/python3.9/site-packages/IPython
NameSizeModeActions
core/-0755rm
extensions/-0755rm
external/-0755rm
lib/-0755rm
sphinxext/-0755rm
terminal/-0755rm
testing/-0755rm
utils/-0755rm
__pycache__/-0755rm
conftest.py26180644editdlrm
consoleapp.py4150644editdlrm
display.py14970644editdlrm
paths.py43350644editdlrm
py.typed00644editdlrm
__init__.py65510644editdlrm
__main__.py4900644editdlrm
Edit: /opt/imh-python/lib/python3.9/site-packages/IPython/__main__.py (490B)
# PYTHON_ARGCOMPLETE_OK # encoding: utf-8 """Terminal-based IPython entry point. """ # ----------------------------------------------------------------------------- # Copyright (c) 2012, IPython Development Team. # # Distributed under the terms of the Modified BSD License. # # The full license is in the file COPYING.txt, distributed with this software. # ----------------------------------------------------------------------------- from IPython import start_ipython start_ipython()