##// END OF EJS Templates
Allow safe access to the __getattribute__ method of modules...
Allow safe access to the __getattribute__ method of modules This restores code completions of second-level modules when Jedi completions are disabled.

File last commit:

r25734:c7f8f6ea
r28226:d14058f1
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] = []