##// END OF EJS Templates
don't blacklist builtin names...
don't blacklist builtin names it is wholly appropriate for a class to have a `format` trait, or similar, but Config prohibits it. This just removes that prohibition.

File last commit:

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