##// END OF EJS Templates
load kwarg traits before loading config...
load kwarg traits before loading config in `Configurable.__init__` avoids problems in the new init of traitlets that skips `_trait_default` if specified in kwargs, which means really nothing should be done before `HasTraits.__init__` has been called. This does mean that such values are assigned twice. Typically, this will have no effect, except when a value is set by both config and kwarg.
Min RK -
r20804:8d5ab280
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / tests
__init__.py Loading ...
clienttest.py Loading ...
test_asyncresult.py Loading ...
test_client.py Loading ...
test_db.py Loading ...
test_dependency.py Loading ...
test_launcher.py Loading ...
test_lbview.py Loading ...
test_magics.py Loading ...
test_mongodb.py Loading ...
test_view.py Loading ...