Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dc2cdd + de149ca commit 5416279Copy full SHA for 5416279
1 file changed
IPython/html/widgets/widget.py
@@ -107,6 +107,7 @@ def _call_widget_constructed(widget):
107
msg_throttle = Int(3, sync=True, help="""Maximum number of msgs the
108
front-end can send before receiving an idle msg from the back-end.""")
109
110
+ version = Int(0, sync=True, help="""Widget's version""")
111
keys = List()
112
def _keys_default(self):
113
return [name for name in self.traits(sync=True)]
0 commit comments