##// END OF EJS Templates
Add an optional `default` argument to trait metadata get, like the Python dict's .get() default argument...
Add an optional `default` argument to trait metadata get, like the Python dict's .get() default argument After this, trait_metadata('traitname', 'metadata_key', DEFAULT) will return DEFAULT if the metadata key is not set. DEFAULT defaults to None, like the existing behavior and like the python dict .get() behavior.
Jason Grout -
r17673:1f9294c2
Show More
Name Size Modified Last Commit Author
/ IPython / kernel / inprocess
tests
__init__.py Loading ...
blocking.py Loading ...
channels.py Loading ...
client.py Loading ...
ipkernel.py Loading ...
manager.py Loading ...
socket.py Loading ...