##// END OF EJS Templates
allow %edit ClassName if the class was created by '%edit' (look for the source file from method objs instead of class obj). Closes #132
allow %edit ClassName if the class was created by '%edit' (look for the source file from method objs instead of class obj). Closes #132

File last commit:

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