##// END OF EJS Templates
Renamed widget python classes to avoid name stomping
Renamed widget python classes to avoid name stomping

File last commit:

r14267:bcc71453
r14267:bcc71453
Show More
widget_container.py
6 lines | 199 B | text/x-python | PythonLexer
from base import Widget
from IPython.utils.traitlets import Unicode
class ContainerWidget(Widget):
target_name = Unicode('container_widget')
default_view_name = Unicode('ContainerView')