##// END OF EJS Templates
allow multi-level Config parentage...
allow multi-level Config parentage now Foo.Bar.Baz can affect a Baz whose parent is Bar whose parent is Foo. More specificity = higher priority, so Foo.Bar.Baz > Bar.Baz > Baz.

File last commit:

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