Skip to content

ipywidgets 8.1.8

Version history | Download JSON

  • PyPI https://pypi.org/project/ipywidgets/

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 0
        "Any" : 0
        "Untyped" : 862
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 862 typable
      • 0 typed
      • 862 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 90
        "classes" : 317
        "other" : 7
    • 30 functions (+0 overloads)
      • 60 parameters
    • 96 classes
      • 148 methods (+0 overloads)
        • 166 parameters
      • 2 properties
    • 33 modules
      • 7 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
ipywidgets 0.0% 0.0% 4 0
ipywidgets.comm 0.0% 0.0% 5 0
ipywidgets.embed 0.0% 0.0% 27 0
ipywidgets.widgets.docutils 0.0% 0.0% 2 0
ipywidgets.widgets.domwidget 0.0% 0.0% 12 0
ipywidgets.widgets.interaction 0.0% 0.0% 47 0
ipywidgets.widgets.trait_types 0.0% 0.0% 48 0
ipywidgets.widgets.utils 0.0% 0.0% 3 0
ipywidgets.widgets.valuewidget 0.0% 0.0% 3 0
ipywidgets.widgets.widget 0.0% 0.0% 130 0
ipywidgets.widgets.widget_bool 0.0% 0.0% 22 0
ipywidgets.widgets.widget_box 0.0% 0.0% 13 0
ipywidgets.widgets.widget_button 0.0% 0.0% 28 0
ipywidgets.widgets.widget_color 0.0% 0.0% 5 0
ipywidgets.widgets.widget_controller 0.0% 0.0% 16 0
ipywidgets.widgets.widget_core 0.0% 0.0% 4 0
ipywidgets.widgets.widget_date 0.0% 0.0% 13 0
ipywidgets.widgets.widget_datetime 0.0% 0.0% 20 0
ipywidgets.widgets.widget_description 0.0% 0.0% 12 0
ipywidgets.widgets.widget_float 0.0% 0.0% 46 0
ipywidgets.widgets.widget_int 0.0% 0.0% 47 0
ipywidgets.widgets.widget_layout 0.0% 0.0% 52 0
ipywidgets.widgets.widget_link 0.0% 0.0% 21 0
ipywidgets.widgets.widget_media 0.0% 0.0% 34 0
ipywidgets.widgets.widget_output 0.0% 0.0% 30 0
ipywidgets.widgets.widget_selection 0.0% 0.0% 45 0
ipywidgets.widgets.widget_selectioncontainer 0.0% 0.0% 14 0
ipywidgets.widgets.widget_string 0.0% 0.0% 47 0
ipywidgets.widgets.widget_style 0.0% 0.0% 4 0
ipywidgets.widgets.widget_tagsinput 0.0% 0.0% 29 0
ipywidgets.widgets.widget_templates 0.0% 0.0% 55 0
ipywidgets.widgets.widget_time 0.0% 0.0% 13 0
ipywidgets.widgets.widget_upload 0.0% 0.0% 11 0

Incomplete Annotations

ipywidgets (4 missing, 0 any)

Symbol Typable Typed Any
func load_ipython_extension 2 0 0
func register_comm_target 2 0 0

ipywidgets.comm (5 missing, 0 any)

Symbol Typable Typed Any
func requires_ipykernel_shim 1 0 0
func get_comm_manager 1 0 0
func create_comm 3 0 0

ipywidgets.embed (27 missing, 0 any)

Symbol Typable Typed Any
func embed_snippet 8 0 0
func embed_data 4 0 0
func embed_minimal_html 6 0 0
func dependency_state 3 0 0
func escape_script 2 0 0
attr script_escape_re 1 0 0
func add_resolved_links 3 0 0

ipywidgets.widgets.docutils (2 missing, 0 any)

Symbol Typable Typed Any
func doc_subst 2 0 0

ipywidgets.widgets.domwidget (12 missing, 0 any)

Symbol Typable Typed Any
meth DOMWidget.add_class 2 0 0
meth DOMWidget.remove_class 2 0 0
meth DOMWidget.focus 1 0 0
meth DOMWidget.blur 1 0 0
meth DOMWidget._repr_keys 1 0 0
attr DOMWidget._model_name 1 0 0
attr DOMWidget._dom_classes 1 0 0
attr DOMWidget.tabbable 1 0 0
attr DOMWidget.tooltip 1 0 0
attr DOMWidget.layout 1 0 0

ipywidgets.widgets.interaction (47 missing, 0 any)

Symbol Typable Typed Any
attr interact_manual 1 0 0
func show_inline_matplotlib_plots 1 0 0
meth fixed.init 3 0 0
meth fixed.get_interact_value 1 0 0
attr fixed.value 1 0 0
attr fixed.description 1 0 0
func interactive_output 3 0 0
meth interactive.init 4 0 0
meth interactive.update 2 0 0
meth interactive.signature 1 0 0
meth interactive.find_abbreviations 2 0 0
meth interactive.widgets_from_abbreviations 2 0 0
meth interactive.widget_from_abbrev 3 0 0
meth interactive.widget_from_single_value 2 0 0
meth interactive.widget_from_annotation 2 0 0
meth interactive.widget_from_tuple 2 0 0
meth interactive.widget_from_iterable 2 0 0
meth interactive.factory 1 0 0
attr interactive.result 1 0 0
attr interactive.args 1 0 0
attr interactive.kwargs 1 0 0
attr interactive.f 1 0 0
attr interactive.clear_output 1 0 0
attr interactive.manual 1 0 0
attr interactive.manual_name 1 0 0
attr interactive.auto_display 1 0 0
attr interactive.kwargs_widgets 1 0 0
attr interactive.out 1 0 0
attr interactive.children 1 0 0
attr interactive.manual_button 1 0 0
attr interact 1 0 0

ipywidgets.widgets.trait_types (48 missing, 0 any)

Symbol Typable Typed Any
meth InstanceDict.validate 3 0 0
meth InstanceDict.make_dynamic_default 1 0 0
attr Datetime.default_value 1 0 0
func datetime_to_json 3 0 0
attr Date.default_value 1 0 0
func date_to_json 3 0 0
func time_from_json 3 0 0
attr Time.default_value 1 0 0
func date_from_json 3 0 0
meth CByteMemoryView.validate 3 0 0
func bytes_from_json 3 0 0
func naive_to_json 3 0 0
func naive_from_json 3 0 0
meth NumberFormat.validate 3 0 0
func time_to_json 3 0 0
meth Color.validate 3 0 0
func datetime_from_json 3 0 0
meth ByteMemoryView.validate 3 0 0
meth ByteMemoryView.default_value_repr 1 0 0
attr ByteMemoryView.default_value 1 0 0

ipywidgets.widgets.utils (3 missing, 0 any)

Symbol Typable Typed Any
func deprecation 3 0 0

ipywidgets.widgets.valuewidget (3 missing, 0 any)

Symbol Typable Typed Any
meth ValueWidget.get_interact_value 1 0 0
meth ValueWidget._repr_keys 1 0 0
attr ValueWidget.value 1 0 0

ipywidgets.widgets.widget (130 missing, 0 any)

Symbol Typable Typed Any
meth Widget.widgets 1 0 0
meth Widget.active_widgets 1 0 0
meth Widget._widget_types 1 0 0
meth Widget.widget_types 1 0 0
meth Widget.close_all 1 0 0
meth Widget.on_widget_constructed 2 0 0
meth Widget._call_widget_constructed 2 0 0
meth Widget.handle_control_comm_opened 3 0 0
meth Widget._handle_control_comm_msg 2 0 0
meth Widget.handle_comm_opened 3 0 0
meth Widget.get_manager_state 3 0 0
meth Widget._get_embed_state 2 0 0
meth Widget.get_view_spec 1 0 0
meth Widget._default_keys 1 0 0
meth Widget.__init__ 2 0 0
meth Widget.__copy__ 1 0 0
meth Widget.__deepcopy__ 2 0 0
meth Widget.__del__ 1 0 0
meth Widget.open 1 0 0
meth Widget._comm_changed 2 0 0
meth Widget.close 1 0 0
meth Widget.send_state 2 0 0
meth Widget.get_state 3 0 0
meth Widget._is_numpy 2 0 0
meth Widget._compare 3 0 0
meth Widget.set_state 2 0 0
meth Widget.send 3 0 0
meth Widget.on_msg 3 0 0
meth Widget.add_traits 2 0 0
meth Widget.notify_change 2 0 0
meth Widget.__repr__ 1 0 0
meth Widget._lock_property 2 0 0
meth Widget.hold_sync 1 0 0
meth Widget._should_send_property 3 0 0
meth Widget._handle_msg 2 0 0
meth Widget._handle_custom_msg 3 0 0
meth Widget._trait_to_json 3 0 0
meth Widget._trait_from_json 3 0 0
meth Widget._repr_mimebundle 2 0 0
meth Widget._send 3 0 0
meth Widget._repr_keys 1 0 0
meth Widget._gen_repr_from_keys 2 0 0
prop Widget.model_id 1 0 0
attr Widget._model_name 1 0 0
attr Widget._model_module 1 0 0
attr Widget._model_module_version 1 0 0
attr Widget._view_name 1 0 0
attr Widget._view_module 1 0 0
attr Widget._view_module_version 1 0 0
attr Widget._view_count 1 0 0
attr Widget.comm 1 0 0
attr Widget.keys 1 0 0
attr Widget._property_lock 1 0 0
attr Widget._states_to_send 1 0 0
attr Widget._msg_callbacks 1 0 0
func envset 3 0 0
attr CONTROL_PROTOCOL_VERSION_MAJOR 1 0 0
attr JUPYTER_WIDGETS_ECHO 1 0 0
meth LoggingHasTraits._log_default 1 0 0
attr LoggingHasTraits.log 1 0 0
attr PROTOCOL_VERSION_MAJOR 1 0 0
attr TRAITLETS_FILE 1 0 0
func register 2 0 0
meth WidgetRegistry.init 1 0 0
meth WidgetRegistry.register 8 0 0
meth WidgetRegistry.get 7 0 0
meth WidgetRegistry.items 1 0 0
meth CallbackDispatcher.call 3 0 0
meth CallbackDispatcher.register_callback 3 0 0
attr CallbackDispatcher.callbacks 1 0 0

ipywidgets.widgets.widget_bool (22 missing, 0 any)

Symbol Typable Typed Any
attr ToggleButtonStyle._model_name 1 0 0
attr ToggleButtonStyle.font_family 1 0 0
attr ToggleButtonStyle.font_size 1 0 0
attr ToggleButtonStyle.font_style 1 0 0
attr ToggleButtonStyle.font_variant 1 0 0
attr ToggleButtonStyle.font_weight 1 0 0
attr ToggleButtonStyle.text_color 1 0 0
attr ToggleButtonStyle.text_decoration 1 0 0
attr CheckboxStyle._model_name 1 0 0
attr CheckboxStyle.background 1 0 0
attr Valid.readout 1 0 0
attr Valid._view_name 1 0 0
attr Valid._model_name 1 0 0
attr ToggleButton._view_name 1 0 0
attr ToggleButton._model_name 1 0 0
attr ToggleButton.icon 1 0 0
attr ToggleButton.button_style 1 0 0
attr ToggleButton.style 1 0 0
attr Checkbox._view_name 1 0 0
attr Checkbox._model_name 1 0 0
attr Checkbox.indent 1 0 0
attr Checkbox.style 1 0 0

ipywidgets.widgets.widget_box (13 missing, 0 any)

Symbol Typable Typed Any
meth Box.init 3 0 0
attr Box._model_name 1 0 0
attr Box._view_name 1 0 0
attr Box.children 1 0 0
attr Box.box_style 1 0 0
attr GridBox._model_name 1 0 0
attr GridBox._view_name 1 0 0
attr VBox._model_name 1 0 0
attr VBox._view_name 1 0 0
attr HBox._model_name 1 0 0
attr HBox._view_name 1 0 0

ipywidgets.widgets.widget_button (28 missing, 0 any)

Symbol Typable Typed Any
attr ButtonStyle._model_name 1 0 0
attr ButtonStyle.button_color 1 0 0
attr ButtonStyle.font_family 1 0 0
attr ButtonStyle.font_size 1 0 0
attr ButtonStyle.font_style 1 0 0
attr ButtonStyle.font_variant 1 0 0
attr ButtonStyle.font_weight 1 0 0
attr ButtonStyle.text_color 1 0 0
attr ButtonStyle.text_decoration 1 0 0
meth Button.init 2 0 0
meth Button._validate_icon 2 0 0
meth Button.on_click 3 0 0
meth Button.click 1 0 0
meth Button._handle_button_msg 4 0 0
attr Button._view_name 1 0 0
attr Button._model_name 1 0 0
attr Button.description 1 0 0
attr Button.disabled 1 0 0
attr Button.icon 1 0 0
attr Button.button_style 1 0 0
attr Button.style 1 0 0

ipywidgets.widgets.widget_color (5 missing, 0 any)

Symbol Typable Typed Any
attr ColorPicker.value 1 0 0
attr ColorPicker.concise 1 0 0
attr ColorPicker.disabled 1 0 0
attr ColorPicker._view_name 1 0 0
attr ColorPicker._model_name 1 0 0

ipywidgets.widgets.widget_controller (16 missing, 0 any)

Symbol Typable Typed Any
attr Axis.value 1 0 0
attr Axis._view_name 1 0 0
attr Axis._model_name 1 0 0
attr Button.value 1 0 0
attr Button.pressed 1 0 0
attr Button._view_name 1 0 0
attr Button._model_name 1 0 0
attr Controller.index 1 0 0
attr Controller.name 1 0 0
attr Controller.mapping 1 0 0
attr Controller.connected 1 0 0
attr Controller.timestamp 1 0 0
attr Controller.buttons 1 0 0
attr Controller.axes 1 0 0
attr Controller._view_name 1 0 0
attr Controller._model_name 1 0 0

ipywidgets.widgets.widget_core (4 missing, 0 any)

Symbol Typable Typed Any
attr CoreWidget._model_module 1 0 0
attr CoreWidget._model_module_version 1 0 0
attr CoreWidget._view_module 1 0 0
attr CoreWidget._view_module_version 1 0 0

ipywidgets.widgets.widget_date (13 missing, 0 any)

Symbol Typable Typed Any
meth DatePicker._validate_value 2 0 0
meth DatePicker._validate_min 2 0 0
meth DatePicker._validate_max 2 0 0
attr DatePicker._view_name 1 0 0
attr DatePicker._model_name 1 0 0
attr DatePicker.value 1 0 0
attr DatePicker.disabled 1 0 0
attr DatePicker.min 1 0 0
attr DatePicker.max 1 0 0
attr DatePicker.step 1 0 0

ipywidgets.widgets.widget_datetime (20 missing, 0 any)

Symbol Typable Typed Any
meth DatetimePicker._validate_tz 2 0 0
meth DatetimePicker._validate_value 2 0 0
meth DatetimePicker._validate_min 2 0 0
meth DatetimePicker._validate_max 2 0 0
attr DatetimePicker._view_name 1 0 0
attr DatetimePicker._model_name 1 0 0
attr DatetimePicker.value 1 0 0
attr DatetimePicker.disabled 1 0 0
attr DatetimePicker.min 1 0 0
attr DatetimePicker.max 1 0 0
meth NaiveDatetimePicker._validate_tz 2 0 0
attr NaiveDatetimePicker._model_name 1 0 0
attr NaiveDatetimePicker.value 1 0 0
attr NaiveDatetimePicker.min 1 0 0
attr NaiveDatetimePicker.max 1 0 0

ipywidgets.widgets.widget_description (12 missing, 0 any)

Symbol Typable Typed Any
attr DescriptionStyle._model_name 1 0 0
attr DescriptionStyle.description_width 1 0 0
meth DescriptionWidget.init 3 0 0
meth DescriptionWidget._repr_keys 1 0 0
prop DescriptionWidget.description_tooltip 2 0 0
attr DescriptionWidget._model_name 1 0 0
attr DescriptionWidget.description 1 0 0
attr DescriptionWidget.description_allow_html 1 0 0
attr DescriptionWidget.style 1 0 0

ipywidgets.widgets.widget_float (46 missing, 0 any)

Symbol Typable Typed Any
attr FloatLogSlider._view_name 1 0 0
attr FloatLogSlider._model_name 1 0 0
attr FloatLogSlider.step 1 0 0
attr FloatLogSlider.orientation 1 0 0
attr FloatLogSlider.readout 1 0 0
attr FloatLogSlider.readout_format 1 0 0
attr FloatLogSlider.continuous_update 1 0 0
attr FloatLogSlider.disabled 1 0 0
attr FloatLogSlider.base 1 0 0
attr FloatLogSlider.style 1 0 0
attr FloatLogSlider.behavior 1 0 0
attr FloatSlider._view_name 1 0 0
attr FloatSlider._model_name 1 0 0
attr FloatSlider.step 1 0 0
attr FloatSlider.orientation 1 0 0
attr FloatSlider.readout 1 0 0
attr FloatSlider.readout_format 1 0 0
attr FloatSlider.continuous_update 1 0 0
attr FloatSlider.disabled 1 0 0
attr FloatSlider.style 1 0 0
attr FloatSlider.behavior 1 0 0
attr FloatRangeSlider._view_name 1 0 0
attr FloatRangeSlider._model_name 1 0 0
attr FloatRangeSlider.step 1 0 0
attr FloatRangeSlider.orientation 1 0 0
attr FloatRangeSlider.readout 1 0 0
attr FloatRangeSlider.readout_format 1 0 0
attr FloatRangeSlider.continuous_update 1 0 0
attr FloatRangeSlider.disabled 1 0 0
attr FloatRangeSlider.style 1 0 0
attr FloatRangeSlider.behavior 1 0 0
attr FloatProgress._view_name 1 0 0
attr FloatProgress._model_name 1 0 0
attr FloatProgress.orientation 1 0 0
attr FloatProgress.bar_style 1 0 0
attr FloatProgress.style 1 0 0
attr BoundedFloatText._view_name 1 0 0
attr BoundedFloatText._model_name 1 0 0
attr BoundedFloatText.disabled 1 0 0
attr BoundedFloatText.continuous_update 1 0 0
attr BoundedFloatText.step 1 0 0
attr FloatText._view_name 1 0 0
attr FloatText._model_name 1 0 0
attr FloatText.disabled 1 0 0
attr FloatText.continuous_update 1 0 0
attr FloatText.step 1 0 0

ipywidgets.widgets.widget_int (47 missing, 0 any)

Symbol Typable Typed Any
attr ProgressStyle._model_name 1 0 0
attr ProgressStyle.bar_color 1 0 0
attr SliderStyle._model_name 1 0 0
attr SliderStyle.handle_color 1 0 0
attr IntRangeSlider._view_name 1 0 0
attr IntRangeSlider._model_name 1 0 0
attr IntRangeSlider.step 1 0 0
attr IntRangeSlider.orientation 1 0 0
attr IntRangeSlider.readout 1 0 0
attr IntRangeSlider.readout_format 1 0 0
attr IntRangeSlider.continuous_update 1 0 0
attr IntRangeSlider.style 1 0 0
attr IntRangeSlider.disabled 1 0 0
attr IntRangeSlider.behavior 1 0 0
attr IntProgress._view_name 1 0 0
attr IntProgress._model_name 1 0 0
attr IntProgress.orientation 1 0 0
attr IntProgress.bar_style 1 0 0
attr IntProgress.style 1 0 0
attr BoundedIntText._view_name 1 0 0
attr BoundedIntText._model_name 1 0 0
attr BoundedIntText.disabled 1 0 0
attr BoundedIntText.continuous_update 1 0 0
attr BoundedIntText.step 1 0 0
attr IntText._view_name 1 0 0
attr IntText._model_name 1 0 0
attr IntText.disabled 1 0 0
attr IntText.continuous_update 1 0 0
attr IntText.step 1 0 0
attr Play._view_name 1 0 0
attr Play._model_name 1 0 0
attr Play.playing 1 0 0
attr Play.repeat 1 0 0
attr Play.interval 1 0 0
attr Play.step 1 0 0
attr Play.disabled 1 0 0
attr Play.show_repeat 1 0 0
attr IntSlider._view_name 1 0 0
attr IntSlider._model_name 1 0 0
attr IntSlider.step 1 0 0
attr IntSlider.orientation 1 0 0
attr IntSlider.readout 1 0 0
attr IntSlider.readout_format 1 0 0
attr IntSlider.continuous_update 1 0 0
attr IntSlider.disabled 1 0 0
attr IntSlider.style 1 0 0
attr IntSlider.behavior 1 0 0

ipywidgets.widgets.widget_layout (52 missing, 0 any)

Symbol Typable Typed Any
meth LayoutTraitType.validate 3 0 0
meth Layout.init 2 0 0
meth Layout._get_border 1 0 0
meth Layout._set_border 2 0 0
attr Layout._view_name 1 0 0
attr Layout._view_module 1 0 0
attr Layout._view_module_version 1 0 0
attr Layout._model_name 1 0 0
attr Layout.align_content 1 0 0
attr Layout.align_items 1 0 0
attr Layout.align_self 1 0 0
attr Layout.border_top 1 0 0
attr Layout.border_right 1 0 0
attr Layout.border_bottom 1 0 0
attr Layout.border_left 1 0 0
attr Layout.bottom 1 0 0
attr Layout.display 1 0 0
attr Layout.flex 1 0 0
attr Layout.flex_flow 1 0 0
attr Layout.height 1 0 0
attr Layout.justify_content 1 0 0
attr Layout.justify_items 1 0 0
attr Layout.left 1 0 0
attr Layout.margin 1 0 0
attr Layout.max_height 1 0 0
attr Layout.max_width 1 0 0
attr Layout.min_height 1 0 0
attr Layout.min_width 1 0 0
attr Layout.overflow 1 0 0
attr Layout.order 1 0 0
attr Layout.padding 1 0 0
attr Layout.right 1 0 0
attr Layout.top 1 0 0
attr Layout.visibility 1 0 0
attr Layout.width 1 0 0
attr Layout.object_fit 1 0 0
attr Layout.object_position 1 0 0
attr Layout.grid_auto_columns 1 0 0
attr Layout.grid_auto_flow 1 0 0
attr Layout.grid_auto_rows 1 0 0
attr Layout.grid_gap 1 0 0
attr Layout.grid_template_rows 1 0 0
attr Layout.grid_template_columns 1 0 0
attr Layout.grid_template_areas 1 0 0
attr Layout.grid_row 1 0 0
attr Layout.grid_column 1 0 0
attr Layout.grid_area 1 0 0
attr Layout.border 1 0 0

ipywidgets.widgets.widget_link (21 missing, 0 any)

Symbol Typable Typed Any
func jslink 3 0 0
meth WidgetTraitTuple.init 2 0 0
meth WidgetTraitTuple.validate_elements 3 0 0
attr WidgetTraitTuple.default_args 1 0 0
meth Link.init 4 0 0
meth Link.unlink 1 0 0
attr Link._model_name 1 0 0
attr Link.target 1 0 0
attr Link.source 1 0 0
attr DirectionalLink._model_name 1 0 0
func jsdlink 3 0 0

ipywidgets.widgets.widget_media (34 missing, 0 any)

Symbol Typable Typed Any
meth Audio.from_file 3 0 0
meth Audio.repr 1 0 0
attr Audio._view_name 1 0 0
attr Audio._model_name 1 0 0
attr Audio.format 1 0 0
attr Audio.autoplay 1 0 0
attr Audio.loop 1 0 0
attr Audio.controls 1 0 0
meth Image.init 3 0 0
meth Image.from_file 3 0 0
meth Image.repr 1 0 0
attr Image._view_name 1 0 0
attr Image._model_name 1 0 0
attr Image.format 1 0 0
attr Image.width 1 0 0
attr Image.height 1 0 0
meth Video.from_file 3 0 0
meth Video.repr 1 0 0
attr Video._view_name 1 0 0
attr Video._model_name 1 0 0
attr Video.format 1 0 0
attr Video.width 1 0 0
attr Video.height 1 0 0
attr Video.autoplay 1 0 0
attr Video.loop 1 0 0
attr Video.controls 1 0 0

ipywidgets.widgets.widget_output (30 missing, 0 any)

Symbol Typable Typed Any
meth Output.clear_output 3 0 0
meth Output.capture 4 0 0
meth Output.enter 1 0 0
meth Output.exit 4 0 0
meth Output._flush 1 0 0
meth Output._append_stream_output 3 0 0
meth Output.append_stdout 2 0 0
meth Output.append_stderr 2 0 0
meth Output.append_display_data 2 0 0
attr Output._view_name 1 0 0
attr Output._model_name 1 0 0
attr Output._view_module 1 0 0
attr Output._model_module 1 0 0
attr Output._view_module_version 1 0 0
attr Output._model_module_version 1 0 0
attr Output.msg_id 1 0 0
attr Output.outputs 1 0 0

ipywidgets.widgets.widget_selection (45 missing, 0 any)

Symbol Typable Typed Any
func findvalue 4 0 0
attr RadioButtons._view_name 1 0 0
attr RadioButtons._model_name 1 0 0
attr RadioButtons.orientation 1 0 0
attr SelectionSlider._view_name 1 0 0
attr SelectionSlider._model_name 1 0 0
attr SelectionSlider.orientation 1 0 0
attr SelectionSlider.readout 1 0 0
attr SelectionSlider.continuous_update 1 0 0
attr SelectionSlider.behavior 1 0 0
attr SelectionSlider.style 1 0 0
attr SelectMultiple._view_name 1 0 0
attr SelectMultiple._model_name 1 0 0
attr SelectMultiple.rows 1 0 0
attr ToggleButtons._view_name 1 0 0
attr ToggleButtons._model_name 1 0 0
attr ToggleButtons.tooltips 1 0 0
attr ToggleButtons.icons 1 0 0
attr ToggleButtons.style 1 0 0
attr ToggleButtons.button_style 1 0 0
attr Dropdown._view_name 1 0 0
attr Dropdown._model_name 1 0 0
attr Select._view_name 1 0 0
attr Select._model_name 1 0 0
attr Select.rows 1 0 0
meth SelectionRangeSlider._propagate_options 2 0 0
meth SelectionRangeSlider._validate_index 2 0 0
attr SelectionRangeSlider._view_name 1 0 0
attr SelectionRangeSlider._model_name 1 0 0
attr SelectionRangeSlider.value 1 0 0
attr SelectionRangeSlider.label 1 0 0
attr SelectionRangeSlider.index 1 0 0
attr SelectionRangeSlider.orientation 1 0 0
attr SelectionRangeSlider.readout 1 0 0
attr SelectionRangeSlider.continuous_update 1 0 0
attr SelectionRangeSlider.style 1 0 0
attr SelectionRangeSlider.behavior 1 0 0
attr ToggleButtonsStyle._model_name 1 0 0
attr ToggleButtonsStyle.button_width 1 0 0
attr ToggleButtonsStyle.font_weight 1 0 0

ipywidgets.widgets.widget_selectioncontainer (14 missing, 0 any)

Symbol Typable Typed Any
func pad 4 0 0
attr Stack._view_name 1 0 0
attr Stack._model_name 1 0 0
meth Tab.init 3 0 0
meth Tab._reset_selected_index 1 0 0
attr Tab._view_name 1 0 0
attr Tab._model_name 1 0 0
attr Accordion._view_name 1 0 0
attr Accordion._model_name 1 0 0

ipywidgets.widgets.widget_string (47 missing, 0 any)

Symbol Typable Typed Any
attr Textarea._view_name 1 0 0
attr Textarea._model_name 1 0 0
attr Textarea.rows 1 0 0
attr Textarea.disabled 1 0 0
attr Textarea.continuous_update 1 0 0
attr Textarea.style 1 0 0
meth Password._repr_keys 1 0 0
attr Password._view_name 1 0 0
attr Password._model_name 1 0 0
attr Password.disabled 1 0 0
attr HTMLMath._view_name 1 0 0
attr HTMLMath._model_name 1 0 0
attr HTMLMath.style 1 0 0
attr HTMLStyle._model_name 1 0 0
attr Label._view_name 1 0 0
attr Label._model_name 1 0 0
attr Label.style 1 0 0
attr HTML._view_name 1 0 0
attr HTML._model_name 1 0 0
attr HTML.style 1 0 0
attr HTMLMathStyle._model_name 1 0 0
attr Combobox._model_name 1 0 0
attr Combobox._view_name 1 0 0
attr Combobox.options 1 0 0
attr Combobox.ensure_option 1 0 0
meth Text.init 3 0 0
meth Text._handle_string_msg 4 0 0
meth Text.on_submit 3 0 0
attr Text._view_name 1 0 0
attr Text._model_name 1 0 0
attr Text.disabled 1 0 0
attr Text.continuous_update 1 0 0
attr Text.style 1 0 0
attr TextStyle._model_name 1 0 0
attr LabelStyle._model_name 1 0 0
attr LabelStyle.font_family 1 0 0
attr LabelStyle.font_style 1 0 0
attr LabelStyle.font_variant 1 0 0
attr LabelStyle.font_weight 1 0 0
attr LabelStyle.text_decoration 1 0 0

ipywidgets.widgets.widget_style (4 missing, 0 any)

Symbol Typable Typed Any
attr Style._model_name 1 0 0
attr Style._view_name 1 0 0
attr Style._view_module 1 0 0
attr Style._view_module_version 1 0 0

ipywidgets.widgets.widget_tagsinput (29 missing, 0 any)

Symbol Typable Typed Any
attr TagsInput._model_name 1 0 0
attr TagsInput._view_name 1 0 0
attr TagsInput.value 1 0 0
attr TagsInput.tag_style 1 0 0
attr FloatsInput._model_name 1 0 0
attr FloatsInput._view_name 1 0 0
attr FloatsInput.value 1 0 0
attr FloatsInput.format 1 0 0
meth TagsInputBase._validate_value 2 0 0
attr TagsInputBase._model_name 1 0 0
attr TagsInputBase.value 1 0 0
attr TagsInputBase.placeholder 1 0 0
attr TagsInputBase.allowed_tags 1 0 0
attr TagsInputBase.allow_duplicates 1 0 0
meth NumbersInputBase._validate_numbers 2 0 0
attr NumbersInputBase._model_name 1 0 0
attr NumbersInputBase.min 1 0 0
attr NumbersInputBase.max 1 0 0
attr IntsInput._model_name 1 0 0
attr IntsInput._view_name 1 0 0
attr IntsInput.value 1 0 0
attr IntsInput.format 1 0 0
attr IntsInput.min 1 0 0
attr IntsInput.max 1 0 0
attr ColorsInput._model_name 1 0 0
attr ColorsInput._view_name 1 0 0
attr ColorsInput.value 1 0 0

ipywidgets.widgets.widget_templates (55 missing, 0 any)

Symbol Typable Typed Any
meth AppLayout.init 2 0 0
meth AppLayout._size_to_css 2 0 0
meth AppLayout._convert_sizes 2 0 0
meth AppLayout._update_layout 1 0 0
meth AppLayout._child_changed 2 0 0
attr AppLayout.header 1 0 0
attr AppLayout.footer 1 0 0
attr AppLayout.left_sidebar 1 0 0
attr AppLayout.right_sidebar 1 0 0
attr AppLayout.center 1 0 0
attr AppLayout.pane_widths 1 0 0
attr AppLayout.pane_heights 1 0 0
attr AppLayout.merge 1 0 0
meth TwoByTwoLayout.init 2 0 0
meth TwoByTwoLayout._update_layout 1 0 0
meth TwoByTwoLayout._child_changed 2 0 0
attr TwoByTwoLayout.top_left 1 0 0
attr TwoByTwoLayout.top_right 1 0 0
attr TwoByTwoLayout.bottom_left 1 0 0
attr TwoByTwoLayout.bottom_right 1 0 0
attr TwoByTwoLayout.merge 1 0 0
meth LayoutProperties.init 2 0 0
meth LayoutProperties._delegate_to_layout 2 0 0
meth LayoutProperties._set_observers 1 0 0
meth LayoutProperties._copy_layout_props 1 0 0
attr LayoutProperties.grid_gap 1 0 0
attr LayoutProperties.justify_content 1 0 0
attr LayoutProperties.align_items 1 0 0
attr LayoutProperties.width 1 0 0
attr LayoutProperties.height 1 0 0
meth GridspecLayout.init 4 0 0
meth GridspecLayout._validate_integer 2 0 0
meth GridspecLayout._get_indices_from_slice 3 0 0
meth GridspecLayout.setitem 3 0 0
meth GridspecLayout.getitem 2 0 0
meth GridspecLayout._update_layout 1 0 0
attr GridspecLayout.n_rows 1 0 0
attr GridspecLayout.n_columns 1 0 0

ipywidgets.widgets.widget_time (13 missing, 0 any)

Symbol Typable Typed Any
meth TimePicker._validate_value 2 0 0
meth TimePicker._validate_min 2 0 0
meth TimePicker._validate_max 2 0 0
attr TimePicker._view_name 1 0 0
attr TimePicker._model_name 1 0 0
attr TimePicker.value 1 0 0
attr TimePicker.disabled 1 0 0
attr TimePicker.min 1 0 0
attr TimePicker.max 1 0 0
attr TimePicker.step 1 0 0

ipywidgets.widgets.widget_upload (11 missing, 0 any)

Symbol Typable Typed Any
meth FileUpload._default_description 1 0 0
attr FileUpload._model_name 1 0 0
attr FileUpload._view_name 1 0 0
attr FileUpload.accept 1 0 0
attr FileUpload.multiple 1 0 0
attr FileUpload.disabled 1 0 0
attr FileUpload.icon 1 0 0
attr FileUpload.button_style 1 0 0
attr FileUpload.style 1 0 0
attr FileUpload.error 1 0 0
attr FileUpload.value 1 0 0

Type-Ignore Comments

No type-ignore comments.