##// END OF EJS Templates
Backport PR #2830: BUG: Opening parenthesis after non-callable raises ValueError...
Backport PR #2830: BUG: Opening parenthesis after non-callable raises ValueError Typing something like `None(` raises a value error.

File last commit:

r415:4a5dcb15
r9862:94f37c6c
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]