##// END OF EJS Templates
Generate fontweight enum values without an extraneous variable from a comprehension...
Generate fontweight enum values without an extraneous variable from a comprehension In python 2, the comprehension will create a new class attribute, i. Using a map will not create the extra local variable.
Jason Grout -
r19836:dfd3d3f4
Show More
Name Size Modified Last Commit Author
/ IPython / html / widgets
tests
__init__.py Loading ...
interaction.py Loading ...
widget.py Loading ...
widget_bool.py Loading ...
widget_box.py Loading ...
widget_button.py Loading ...
widget_float.py Loading ...
widget_image.py Loading ...
widget_int.py Loading ...
widget_link.py Loading ...
widget_output.py Loading ...
widget_selection.py Loading ...
widget_selectioncontainer.py Loading ...
widget_string.py Loading ...