##// END OF EJS Templates
Make our fixed-up getargspec a top-level function....
Make our fixed-up getargspec a top-level function. There was no need for this to be a method, and this way it can be used by external code.

File last commit:

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