##// END OF EJS Templates
always perform requested trait assignments...
always perform requested trait assignments Some assignments do not change *value*, but do change the object, and these should not be ignored. For instance, container objects are currently impossible to assign if they evaluate as equal.

File last commit:

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