##// END OF EJS Templates
cleanup Config attributes...
cleanup Config attributes fixes pickling on Python 3 - don't override get/setattr on dunder names - fix branching bug in __setitem__ - remove setting `__dict__` attribute - make _is_section_key a function, not a method

File last commit:

r4750:b9f6e707
r13450:6d37b652
Show More
__init__.py
3 lines | 91 B | text/x-python | PythonLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 # load extended setup modules for distuils
Thomas Kluyver
Make installation with Python 3 possible.
r4750 from .install_data_ext import install_data_ext