##// END OF EJS Templates
.gitignore: ignore 'docs/source/config/shortcuts/table.tsv'...
.gitignore: ignore 'docs/source/config/shortcuts/table.tsv' The generated file 'docs/source/config/shortcuts/table.tsv' is generetad by the documentation build since 64e72a955 (Restore shortcuts in documentation, define identifiers, 2023-01-08) but it missing from '.gitignore'. Add it now.

File last commit:

r25734:c7f8f6ea
r28182:af07fa3c
Show More
__init__.py
7 lines | 126 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
from typing import List
__all__: List[str] = []