content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Contains the DOMWidget class"""\n\nfrom traitlets import Bool, Unicode\nfrom .widget import Widget, widget_serialization\nfrom .trait_types import InstanceDict, TypedTuple\nfrom .widget_layout import Layout\nfrom... | .venv\Lib\site-packages\ipywidgets\widgets\domwidget.py | domwidget.py | Python | 2,290 | 0.95 | 0.319444 | 0.067797 | react-lib | 356 | 2023-09-06T06:45:53.319114 | BSD-3-Clause | false | 46ef7832a08f0fb8286be59b10dec5c1 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom pathlib import Path\nimport sys\nimport inspect\nimport warnings\n\ndef _get_frame(level):\n """Get the frame at the given stack level."""\n # sys._getframe is much faster than inspect.stack, but isn't gu... | .venv\Lib\site-packages\ipywidgets\widgets\utils.py | utils.py | Python | 2,608 | 0.95 | 0.265625 | 0.352941 | vue-tools | 27 | 2024-05-02T08:58:36.734867 | GPL-3.0 | false | 2681a19f0f96c8e2beaad22f6a15ac87 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Contains the ValueWidget class"""\n\nfrom .widget import Widget\nfrom traitlets import Any\n\n\nclass ValueWidget(Widget):\n """Widget that can be used for the input of an interactive function"""\n\n value ... | .venv\Lib\site-packages\ipywidgets\widgets\valuewidget.py | valuewidget.py | Python | 817 | 0.95 | 0.333333 | 0.15 | awesome-app | 446 | 2025-02-06T20:29:56.215862 | BSD-3-Clause | false | 3f0ee92646d39eacc6914842a5665a6f |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Bool class.\n\nRepresents a boolean using a widget.\n"""\n\nfrom .widget_description import DescriptionStyle, DescriptionWidget\nfrom .widget_core import CoreWidget\nfrom .valuewidget import ValueWidget\nfrom .wi... | .venv\Lib\site-packages\ipywidgets\widgets\widget_bool.py | widget_bool.py | Python | 4,328 | 0.95 | 0.118182 | 0.022989 | react-lib | 52 | 2024-03-01T02:22:52.125837 | GPL-3.0 | false | c4e18b2b073d14780d87bea8e575bf98 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Button class.\n\nRepresents a button in the frontend using a widget. Allows user to listen for\nclick events on the button and trigger backend code when the clicks are fired.\n"""\n\nfrom .utils import deprecati... | .venv\Lib\site-packages\ipywidgets\widgets\widget_button.py | widget_button.py | Python | 4,204 | 0.95 | 0.146789 | 0.022989 | python-kit | 369 | 2024-08-14T12:56:06.159378 | Apache-2.0 | false | d3166d0074f290204e6071b17c8720ab |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Color class.\n\nRepresents an HTML Color .\n"""\n\nfrom .widget_description import DescriptionWidget\nfrom .valuewidget import ValueWidget\nfrom .widget import register\nfrom .widget_core import CoreWidget\nfrom ... | .venv\Lib\site-packages\ipywidgets\widgets\widget_color.py | widget_color.py | Python | 807 | 0.95 | 0.083333 | 0.111111 | awesome-app | 96 | 2023-11-15T22:54:02.701356 | BSD-3-Clause | false | 003a665123dbd5cd962356c0772fa82d |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Controller class.\n\nRepresents a Gamepad or Joystick controller.\n"""\n\nfrom .valuewidget import ValueWidget\nfrom .widget import register, widget_serialization\nfrom .domwidget import DOMWidget\nfrom .widget_c... | .venv\Lib\site-packages\ipywidgets\widgets\widget_controller.py | widget_controller.py | Python | 2,320 | 0.95 | 0.075472 | 0.128205 | awesome-app | 411 | 2023-08-16T22:37:53.134944 | MIT | false | 69ccc31898e86365a4c4207a00cfca8c |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Base widget class for widgets provided in Core"""\n\nfrom .widget import Widget\nfrom .._version import __jupyter_widgets_controls_version__\n\nfrom traitlets import Unicode\n\nclass CoreWidget(Widget):\n\n _m... | .venv\Lib\site-packages\ipywidgets\widgets\widget_core.py | widget_core.py | Python | 622 | 0.95 | 0.1875 | 0.181818 | react-lib | 495 | 2024-03-07T21:44:11.724879 | MIT | false | 7937dc6bf8d721cadde1cfb667de7147 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Color class.\n\nRepresents an HTML Color .\n"""\n\nfrom .widget_description import DescriptionWidget\nfrom .valuewidget import ValueWidget\nfrom .widget import register\nfrom .widget_core import CoreWidget\nfrom ... | .venv\Lib\site-packages\ipywidgets\widgets\widget_date.py | widget_date.py | Python | 2,597 | 0.95 | 0.183908 | 0.028169 | node-utils | 915 | 2025-02-09T01:54:31.215732 | Apache-2.0 | false | 40c0ee7ba04dd70afa38da24a55cf7cc |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Contains the DOMWidget class"""\n\nfrom traitlets import Bool, Unicode\nfrom .widget import Widget, widget_serialization, register\nfrom .trait_types import InstanceDict\nfrom .widget_style import Style\nfrom .wi... | .venv\Lib\site-packages\ipywidgets\widgets\widget_description.py | widget_description.py | Python | 2,278 | 0.95 | 0.206897 | 0.0625 | react-lib | 597 | 2023-07-13T13:45:35.778626 | MIT | false | 27f30feebda50edd70bfae403717319b |
"""Float class.\n\nRepresents an unbounded float using a widget.\n"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import (\n Instance, Unicode, CFloat, Bool, CaselessStrEnum, Tuple, TraitError, validate, default\n)\nfrom .widget_descripti... | .venv\Lib\site-packages\ipywidgets\widgets\widget_float.py | widget_float.py | Python | 15,028 | 0.95 | 0.172507 | 0.006173 | node-utils | 396 | 2024-07-27T22:29:40.989892 | MIT | false | fb1551ddb00aa1e30351f5fdcea050b7 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Int class.\n\nRepresents an unbounded int using a widget.\n"""\n\nfrom .widget_description import DescriptionWidget, DescriptionStyle\nfrom .valuewidget import ValueWidget\nfrom .widget import register, widget_se... | .venv\Lib\site-packages\ipywidgets\widgets\widget_int.py | widget_int.py | Python | 12,125 | 0.95 | 0.21118 | 0.007326 | react-lib | 370 | 2024-07-09T02:12:26.050443 | Apache-2.0 | false | d9b61ca7916cbb19eb81a84717d3cf8d |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport mimetypes\n\nfrom .widget_core import CoreWidget\nfrom .domwidget import DOMWidget\nfrom .valuewidget import ValueWidget\nfrom .widget import register\nfrom traitlets import Unicode, CUnicode, Bool\nfrom .tra... | .venv\Lib\site-packages\ipywidgets\widgets\widget_media.py | widget_media.py | Python | 7,783 | 0.95 | 0.15625 | 0.070175 | awesome-app | 370 | 2024-05-25T19:38:20.615750 | Apache-2.0 | false | 81f0462dc156a392b351f2d77a12740b |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Output class.\n\nRepresents a widget that can be used to display output within the widget area.\n"""\n\nimport sys\nfrom functools import wraps\n\nfrom .domwidget import DOMWidget\nfrom .trait_types import TypedT... | .venv\Lib\site-packages\ipywidgets\widgets\widget_output.py | widget_output.py | Python | 6,823 | 0.95 | 0.165803 | 0.043478 | python-kit | 771 | 2025-05-03T03:16:18.118484 | MIT | false | b75a3cd1f7153c3268c6254550f9413f |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Selection classes.\n\nRepresents an enumeration using a widget.\n"""\n\nfrom collections.abc import Iterable, Mapping\nfrom itertools import chain\n\nfrom .widget_description import DescriptionWidget, Description... | .venv\Lib\site-packages\ipywidgets\widgets\widget_selection.py | widget_selection.py | Python | 24,617 | 0.95 | 0.201238 | 0.055769 | python-kit | 413 | 2023-07-13T22:35:01.147584 | Apache-2.0 | false | 0c419b43033084d3c4ce6642d2f69d25 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""SelectionContainer class.\n\nRepresents a multipage container that can be used to group other widgets into\npages.\n"""\n\nfrom .widget_box import Box\nfrom .widget import register\nfrom .widget_core import CoreW... | .venv\Lib\site-packages\ipywidgets\widgets\widget_selectioncontainer.py | widget_selectioncontainer.py | Python | 4,198 | 0.95 | 0.233333 | 0.091837 | awesome-app | 724 | 2024-01-22T01:21:05.406793 | Apache-2.0 | false | c41eafcba1de3d594b7d47eccddaeab3 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""String class.\n\nRepresents a unicode string using a widget.\n"""\n\nfrom .widget_description import DescriptionStyle, DescriptionWidget\nfrom .valuewidget import ValueWidget\nfrom .widget import CallbackDispatch... | .venv\Lib\site-packages\ipywidgets\widgets\widget_string.py | widget_string.py | Python | 6,869 | 0.95 | 0.139665 | 0.042553 | awesome-app | 162 | 2023-09-18T04:25:37.131705 | GPL-3.0 | false | e2019db113bb9f3ad0f070247bc76d02 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Contains the Style class"""\n\nfrom traitlets import Unicode\nfrom .widget import Widget\nfrom .._version import __jupyter_widgets_base_version__\n\nclass Style(Widget):\n """Style specification"""\n\n _mod... | .venv\Lib\site-packages\ipywidgets\widgets\widget_style.py | widget_style.py | Python | 559 | 0.95 | 0.125 | 0.166667 | python-kit | 334 | 2023-09-18T20:03:05.866001 | Apache-2.0 | false | 9f80fa4c948840bc42fd275a6ef66787 |
# Copyright(c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""TagsInput class.\n\nRepresents a list of tags.\n"""\n\nfrom traitlets import (\n CaselessStrEnum, CInt, CFloat, Bool, Unicode, List, TraitError, validate\n)\n\nfrom .widget_description import DescriptionWidget\... | .venv\Lib\site-packages\ipywidgets\widgets\widget_tagsinput.py | widget_tagsinput.py | Python | 3,498 | 0.95 | 0.160377 | 0.025 | awesome-app | 699 | 2024-11-25T13:41:13.071476 | Apache-2.0 | false | b344b9b3c1fd4ba734ae5984425b1a61 |
"""Implement common widgets layouts as reusable components"""\n\nimport re\nfrom collections import defaultdict\n\nfrom traitlets import Instance, Bool, Unicode, CUnicode, CaselessStrEnum, Tuple\nfrom traitlets import Integer\nfrom traitlets import HasTraits, TraitError\nfrom traitlets import observe, validate\n\nfrom ... | .venv\Lib\site-packages\ipywidgets\widgets\widget_templates.py | widget_templates.py | Python | 15,507 | 0.95 | 0.143172 | 0.02346 | awesome-app | 420 | 2025-01-02T14:02:57.866477 | GPL-3.0 | false | 93f183e92dd2a19a723e8d398258e736 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""\nTime picker widget\n"""\n\nfrom traitlets import Unicode, Bool, Union, CaselessStrEnum, CFloat, validate, TraitError\n\nfrom .trait_types import Time, time_serialization\nfrom .valuewidget import ValueWidget\nf... | .venv\Lib\site-packages\ipywidgets\widgets\widget_time.py | widget_time.py | Python | 2,779 | 0.95 | 0.166667 | 0.025974 | vue-tools | 129 | 2023-08-21T21:04:30.000205 | Apache-2.0 | false | 85cfddf8105162a99a407b08ad571260 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom .widget import Widget, CallbackDispatcher, register, widget_serialization\nfrom .domwidget import DOMWidget\nfrom .valuewidget import ValueWidget\n\nfrom .trait_types import Color, Datetime, NumberFormat, Typed... | .venv\Lib\site-packages\ipywidgets\widgets\__init__.py | __init__.py | Python | 1,709 | 0.95 | 0 | 0.068966 | awesome-app | 557 | 2024-05-13T02:52:55.085530 | BSD-3-Clause | false | 46626cd5c03d83433aeb89d320558827 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom unittest import TestCase\n\nfrom ipywidgets.widgets.docutils import doc_subst\n\n\nclass TestDocSubst(TestCase):\n\n def test_substitution(self):\n snippets = {'key': '62'}\n\n @doc_subst(snipp... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_docutils.py | test_docutils.py | Python | 669 | 0.95 | 0.185185 | 0.117647 | react-lib | 677 | 2023-10-15T09:35:43.642214 | MIT | true | 36268f71d88d28cfb76a3d85ca347344 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Test interact and interactive."""\n\nfrom unittest.mock import patch\n\nimport os\nfrom enum import Enum\nfrom collections import OrderedDict\nimport pytest\n\nimport ipywidgets as widgets\n\nfrom traitlets impor... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_interaction.py | test_interaction.py | Python | 17,849 | 0.95 | 0.127273 | 0.038732 | node-utils | 44 | 2023-12-25T11:31:21.401571 | Apache-2.0 | true | 4ff64cf405f56ba3d2213cf9e2dafd87 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport pytest\n\nfrom .. import jslink, jsdlink, ToggleButton\n\ndef test_jslink_args():\n with pytest.raises(TypeError):\n jslink()\n w1 = ToggleButton()\n with pytest.raises(TypeError):\n js... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_link.py | test_link.py | Python | 970 | 0.95 | 0.052632 | 0.071429 | node-utils | 972 | 2024-10-26T20:30:13.441957 | GPL-3.0 | true | 34d8e53b6b5396c8f2394099654f26a9 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom unittest import TestCase\n\nfrom traitlets import TraitError\n\nfrom ipywidgets.widgets import Accordion, Tab, Stack, HTML\n\nclass TestTab(TestCase):\n\n def setUp(self):\n self.children = [HTML('0')... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_selectioncontainer.py | test_selectioncontainer.py | Python | 5,619 | 0.95 | 0.142857 | 0.039063 | react-lib | 513 | 2024-01-19T22:12:54.350231 | GPL-3.0 | true | ede0730d920a4711286b07d1e58c3321 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import Bool, Tuple, List\n\nfrom .utils import setup\n\nfrom ..widget import Widget\n\nfrom ..._version import __control_protocol_version__\n\n# A widget with simple traits\nclass SimpleWidget(Widget)... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_send_state.py | test_send_state.py | Python | 711 | 0.95 | 0.096774 | 0.136364 | vue-tools | 515 | 2024-12-03T18:09:17.513454 | BSD-3-Clause | true | e11e57e927dd05ad588629a38f567fb1 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport inspect\nimport pytest\n\nfrom ..utils import deprecation\nfrom .utils import call_method\n\nCALL_PATH = inspect.getfile(call_method)\n\ndef test_deprecation():\n caller_path = inspect.stack(context=0)[1].... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_utils.py | test_utils.py | Python | 2,478 | 0.95 | 0.194444 | 0.140351 | react-lib | 405 | 2024-12-05T20:15:53.698656 | GPL-3.0 | true | 87d8730de10847674254c6ffafd80530 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Test Widget."""\n\nimport inspect\n\nimport pytest\nfrom IPython.core.interactiveshell import InteractiveShell\nfrom IPython.display import display\nfrom IPython.utils.capture import capture_output\n\nfrom .. imp... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget.py | test_widget.py | Python | 2,811 | 0.95 | 0.077778 | 0.114286 | python-kit | 250 | 2024-11-11T05:05:24.293168 | BSD-3-Clause | true | df821541183026f25b023e20ba4f67f5 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom unittest import TestCase\n\nfrom traitlets import TraitError\n\nimport ipywidgets as widgets\n\n\nclass TestBox(TestCase):\n\n def test_construction(self):\n box = widgets.Box()\n assert box.ge... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_box.py | test_widget_box.py | Python | 995 | 0.95 | 0.151515 | 0.083333 | vue-tools | 704 | 2025-02-28T08:34:23.918042 | GPL-3.0 | true | 9701c6e94f025a635bca9753d84e1b30 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport inspect\nimport pytest\nfrom ipywidgets import Button\n\ndef test_deprecation_fa_icons():\n with pytest.deprecated_call() as record:\n Button(icon='fa-home')\n assert len(record) == 1\n assert... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_button.py | test_widget_button.py | Python | 369 | 0.95 | 0.083333 | 0.2 | awesome-app | 645 | 2023-12-20T04:12:06.382568 | Apache-2.0 | true | 5d43bceb1cb65da14713d72e5a4d2f17 |
# coding: utf-8\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport pytest\n\nfrom contextlib import nullcontext\nimport datetime\nimport itertools\n\nimport pytz\nfrom traitlets import TraitError\n\nfrom ..widget_datetime import DatetimePicker\n\n\ndt_1442... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_datetime.py | test_widget_datetime.py | Python | 4,147 | 0.95 | 0.108974 | 0.03252 | awesome-app | 564 | 2025-05-30T14:43:09.756589 | MIT | true | b1358d5427252824d8b65d372b235f88 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom unittest import TestCase\n\nfrom traitlets import TraitError\n\nfrom ipywidgets import FloatSlider\n\n\nclass TestFloatSlider(TestCase):\n\n def test_construction(self):\n FloatSlider()\n\n def tes... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_float.py | test_widget_float.py | Python | 606 | 0.95 | 0.181818 | 0.142857 | node-utils | 959 | 2024-09-12T02:47:53.077858 | BSD-3-Clause | true | 6734fb6633cdeb55c50eb70ce598c760 |
# coding: utf-8\n\n# Copyright (c) Vidar Tonaas Fauske.\n# Distributed under the terms of the Modified BSD License.\n\nimport pytest\n\nimport datetime\n\nimport pytz\nfrom traitlets import TraitError\n\nfrom ..widget_datetime import NaiveDatetimePicker\n\n\ndef test_time_creation_blank():\n w = NaiveDatetimePicker(... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_naive_datetime.py | test_widget_naive_datetime.py | Python | 2,633 | 0.95 | 0.106383 | 0.043478 | vue-tools | 975 | 2024-04-22T17:58:41.667535 | BSD-3-Clause | true | 5a1df853fd744739733ac96ea42abc72 |
import sys\nfrom unittest import TestCase\nfrom contextlib import contextmanager\n\nfrom IPython.display import Markdown, Image\nfrom ipywidgets import widget_output\n\n\nclass TestOutputWidget(TestCase):\n\n @contextmanager\n def _mocked_ipython(self, get_ipython, clear_output):\n """ Context manager that... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_output.py | test_widget_output.py | Python | 7,466 | 0.95 | 0.087866 | 0.072539 | react-lib | 851 | 2024-04-30T13:09:45.584562 | GPL-3.0 | true | aec80ae4711a6b00d11f1c712734dacc |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport inspect\nfrom unittest import TestCase\n\nfrom traitlets import TraitError\n\nfrom ipywidgets import Dropdown, SelectionSlider, Select\n\n\nclass TestDropdown(TestCase):\n\n def test_construction(self):\n ... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_selection.py | test_widget_selection.py | Python | 3,372 | 0.95 | 0.149533 | 0.034884 | awesome-app | 203 | 2024-03-04T23:26:51.273339 | MIT | true | 5b0b667c87fa3da8ce3faf17362bb910 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport inspect\nimport pytest\n\nfrom ..widget_string import Combobox, Text\n\ndef test_combobox_creation_blank():\n w = Combobox()\n assert w.value == ''\n assert w.options == ()\n assert w.ensure_optio... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_string.py | test_widget_string.py | Python | 1,796 | 0.95 | 0.061538 | 0.036364 | python-kit | 183 | 2025-05-19T05:29:44.869284 | BSD-3-Clause | true | de9dd2206083ca45e54d214ca8784f49 |
"Testing widget layout templates"\n\nfrom unittest import TestCase\nfrom unittest import mock\n\nimport pytest\n\nimport traitlets\nimport ipywidgets as widgets\nfrom ipywidgets.widgets.widget_templates import LayoutProperties\n\nclass TestTwoByTwoLayout(TestCase):\n """test layout templates"""\n\n def test_merge... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_templates.py | test_widget_templates.py | Python | 28,435 | 0.95 | 0.042017 | 0.024779 | awesome-app | 398 | 2025-04-06T14:35:05.824458 | Apache-2.0 | true | 3d0fc1944d8f1b82957aceb1b8e33e51 |
# coding: utf-8\n\n# Copyright (c) Vidar Tonaas Fauske.\n# Distributed under the terms of the Modified BSD License.\n\nimport pytest\n\nimport datetime\n\nfrom traitlets import TraitError\n\nfrom ..widget_time import TimePicker\n\n\ndef test_time_creation_blank():\n w = TimePicker()\n assert w.value is None\n\n\n... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_time.py | test_widget_time.py | Python | 2,447 | 0.95 | 0.1 | 0.04 | react-lib | 746 | 2025-02-27T11:12:20.997813 | BSD-3-Clause | true | b5a29ad3577b67f74abfa77db709ef24 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport datetime as dt\nfrom unittest import TestCase\nfrom unittest.mock import MagicMock\n\nfrom traitlets import TraitError\n\nfrom ipywidgets import FileUpload\n\n\nFILE_UPLOAD_FRONTEND_CONTENT = {\n 'name': '... | .venv\Lib\site-packages\ipywidgets\widgets\tests\test_widget_upload.py | test_widget_upload.py | Python | 4,164 | 0.95 | 0.084746 | 0.13 | awesome-app | 458 | 2023-11-11T22:42:37.814692 | GPL-3.0 | true | a269b07028b17f5946945e39d4f8bd32 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom ipywidgets import Widget\nimport ipywidgets.widgets.widget\n\n# The new comm package is not available in our Python 3.7 CI (older ipykernel version)\ntry:\n import comm\n NEW_COMM_PACKAGE = True\nexcept I... | .venv\Lib\site-packages\ipywidgets\widgets\tests\utils.py | utils.py | Python | 2,443 | 0.95 | 0.206186 | 0.039474 | react-lib | 119 | 2024-10-28T11:50:57.817491 | Apache-2.0 | true | 73296d6c75db5e0b26b92c686512767b |
PNG\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\data\jupyter-logo-transparent.png | jupyter-logo-transparent.png | Other | 36,297 | 0.8 | 0.003584 | 0.017986 | node-utils | 35 | 2023-07-23T21:17:52.187361 | GPL-3.0 | true | 233734ccf0c974fcb8f01ae01cf8ec8d |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_datetime_serializers.cpython-313.pyc | test_datetime_serializers.cpython-313.pyc | Other | 3,309 | 0.8 | 0 | 0 | python-kit | 646 | 2024-05-11T01:39:46.821563 | Apache-2.0 | true | fa9436c0dc88cef32d7ff174e9c300e3 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_docutils.cpython-313.pyc | test_docutils.cpython-313.pyc | Other | 1,446 | 0.7 | 0 | 0 | react-lib | 333 | 2023-10-17T16:20:33.623412 | GPL-3.0 | true | 0fa6f68e14065fa9fde5903f9b80e6a5 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_interaction.cpython-313.pyc | test_interaction.cpython-313.pyc | Other | 31,014 | 0.95 | 0 | 0.07037 | node-utils | 210 | 2024-08-26T19:37:16.684158 | GPL-3.0 | true | acec914a029e638cbaae9c24625fee1e |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_link.cpython-313.pyc | test_link.cpython-313.pyc | Other | 2,250 | 0.7 | 0 | 0 | awesome-app | 532 | 2023-12-05T00:14:47.101709 | BSD-3-Clause | true | a1a2096dad752a1107185424e06ec2e5 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_selectioncontainer.cpython-313.pyc | test_selectioncontainer.cpython-313.pyc | Other | 9,335 | 0.8 | 0 | 0.126984 | vue-tools | 700 | 2024-09-01T19:24:27.496772 | BSD-3-Clause | true | d29b8c8b350683b5fb85ff9341d2f76f |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_send_state.cpython-313.pyc | test_send_state.cpython-313.pyc | Other | 1,644 | 0.8 | 0 | 0 | awesome-app | 925 | 2024-12-15T01:01:27.912166 | BSD-3-Clause | true | ccc5a6d544a332d64887cd9419db4792 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_set_state.cpython-313.pyc | test_set_state.cpython-313.pyc | Other | 16,766 | 0.8 | 0 | 0.007092 | awesome-app | 609 | 2023-12-19T05:00:47.006822 | Apache-2.0 | true | e067fc0146b16b8a99f8dd146717e5dd |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_traits.cpython-313.pyc | test_traits.cpython-313.pyc | Other | 12,464 | 0.8 | 0 | 0.054795 | python-kit | 781 | 2024-02-04T23:19:38.601964 | Apache-2.0 | true | e0ac08abbffbde6dd3a269119117a9ad |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_utils.cpython-313.pyc | test_utils.cpython-313.pyc | Other | 4,326 | 0.8 | 0 | 0.166667 | awesome-app | 450 | 2023-08-23T15:05:16.003245 | MIT | true | 095269b2bd001d7682b8f1f97f583788 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget.cpython-313.pyc | test_widget.cpython-313.pyc | Other | 5,683 | 0.8 | 0 | 0 | react-lib | 961 | 2024-03-25T19:09:57.529087 | Apache-2.0 | true | 8b131f09b142d457c7177dbdb6b86660 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_box.cpython-313.pyc | test_widget_box.cpython-313.pyc | Other | 2,245 | 0.8 | 0 | 0.136364 | node-utils | 149 | 2024-04-15T18:36:02.845416 | Apache-2.0 | true | 43b493af895a5b04cecce81fc47f7c0a |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_button.cpython-313.pyc | test_widget_button.cpython-313.pyc | Other | 866 | 0.7 | 0 | 0 | node-utils | 170 | 2025-04-20T02:36:45.869543 | MIT | true | 2810652933c8e13c0aa87de84e74f554 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_datetime.cpython-313.pyc | test_widget_datetime.cpython-313.pyc | Other | 7,640 | 0.8 | 0 | 0.061856 | react-lib | 791 | 2024-05-12T08:23:20.425816 | GPL-3.0 | true | 89f1433918ab7817d34f63cb09f7b1d1 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_float.cpython-313.pyc | test_widget_float.cpython-313.pyc | Other | 1,457 | 0.7 | 0 | 0.176471 | vue-tools | 841 | 2023-09-23T08:41:01.779905 | GPL-3.0 | true | dd87a1fdba71dc119b02efa68a7056b8 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_image.cpython-313.pyc | test_widget_image.cpython-313.pyc | Other | 8,126 | 0.8 | 0 | 0 | python-kit | 325 | 2023-10-12T10:23:18.575515 | MIT | true | b0022bbe6ddc97d40e9bfb79cb9a66b0 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_naive_datetime.cpython-313.pyc | test_widget_naive_datetime.cpython-313.pyc | Other | 5,052 | 0.8 | 0 | 0.066667 | vue-tools | 126 | 2023-08-16T13:59:51.918354 | BSD-3-Clause | true | 716bc852cc252feffc53c44628dc3fd2 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_output.cpython-313.pyc | test_widget_output.cpython-313.pyc | Other | 9,948 | 0.95 | 0.008 | 0.016393 | python-kit | 170 | 2024-11-19T00:33:47.535749 | GPL-3.0 | true | 4c1a0257e804430b08c90aa83faf9d68 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_selection.cpython-313.pyc | test_widget_selection.cpython-313.pyc | Other | 6,283 | 0.8 | 0 | 0 | vue-tools | 758 | 2025-01-24T22:24:04.634312 | GPL-3.0 | true | 556391e80baf2268d5e4d459e3110d98 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_string.cpython-313.pyc | test_widget_string.cpython-313.pyc | Other | 3,353 | 0.8 | 0 | 0 | react-lib | 23 | 2023-07-29T13:10:40.033326 | MIT | true | 1627a89f6efac0a9c0a815e289e90f4b |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_templates.cpython-313.pyc | test_widget_templates.cpython-313.pyc | Other | 35,195 | 0.95 | 0.008097 | 0 | python-kit | 968 | 2025-07-03T09:10:23.448959 | Apache-2.0 | true | da5ec9911492d13da2fa43e415bf1f1d |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_time.cpython-313.pyc | test_widget_time.cpython-313.pyc | Other | 5,455 | 0.8 | 0 | 0.085106 | vue-tools | 836 | 2025-01-18T02:31:26.905140 | GPL-3.0 | true | 45942a391abaff8998c1ffb643fd5586 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\test_widget_upload.cpython-313.pyc | test_widget_upload.cpython-313.pyc | Other | 5,564 | 0.8 | 0 | 0 | react-lib | 250 | 2024-10-03T21:57:44.850054 | Apache-2.0 | true | d2047ac5a4169f4c20195c81b8079743 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 4,517 | 0.8 | 0 | 0.033333 | vue-tools | 652 | 2024-07-27T16:00:54.238986 | BSD-3-Clause | true | e163979988c39818dd5f16d0f8ecaeee |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\tests\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 199 | 0.7 | 0 | 0 | awesome-app | 857 | 2023-07-19T21:03:28.498864 | MIT | true | cca99ef988e546d09658ead0d50fd205 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\docutils.cpython-313.pyc | docutils.cpython-313.pyc | Other | 893 | 0.95 | 0.285714 | 0 | vue-tools | 178 | 2024-05-21T16:27:11.464566 | Apache-2.0 | false | 1ae5f2bf847e454d6e9787005002967a |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\domwidget.cpython-313.pyc | domwidget.cpython-313.pyc | Other | 3,342 | 0.95 | 0.111111 | 0 | awesome-app | 612 | 2025-03-23T01:44:20.887320 | GPL-3.0 | false | 9db99b6ef8cf52aa753ff10b8d37f06f |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\interaction.cpython-313.pyc | interaction.cpython-313.pyc | Other | 24,605 | 0.95 | 0.18543 | 0.040441 | python-kit | 290 | 2025-04-20T16:31:41.683291 | BSD-3-Clause | false | c7cd52dfa8d4fda5d66c7538b7cceacb |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\trait_types.cpython-313.pyc | trait_types.cpython-313.pyc | Other | 17,279 | 0.8 | 0.026786 | 0 | awesome-app | 81 | 2024-03-07T05:03:43.670077 | MIT | false | 13229339e3f249ca86fad44fea88c43a |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 2,637 | 0.95 | 0.125 | 0 | awesome-app | 831 | 2024-04-11T08:33:18.220618 | Apache-2.0 | false | 8f300c3b93a4dad973a43a1629c46049 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\valuewidget.cpython-313.pyc | valuewidget.cpython-313.pyc | Other | 1,374 | 0.95 | 0.1875 | 0 | vue-tools | 276 | 2023-10-27T17:09:20.742744 | BSD-3-Clause | false | 7bce9d64dae7e4c1b51e9965676b6c0e |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget.cpython-313.pyc | widget.cpython-313.pyc | Other | 38,832 | 0.95 | 0.067251 | 0.006309 | node-utils | 440 | 2023-09-02T17:34:33.163524 | GPL-3.0 | false | 49278b34c7871875a25e97f4b21723d5 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_bool.cpython-313.pyc | widget_bool.cpython-313.pyc | Other | 6,360 | 0.95 | 0.039063 | 0 | python-kit | 967 | 2025-05-26T05:50:39.272201 | Apache-2.0 | false | 9bb08595df65eac989776246453e8b95 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_box.cpython-313.pyc | widget_box.cpython-313.pyc | Other | 4,788 | 0.95 | 0.008475 | 0 | node-utils | 755 | 2025-04-22T22:13:10.103602 | GPL-3.0 | false | 1694022fc2b6cdf3f732d669a155092f |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_button.cpython-313.pyc | widget_button.cpython-313.pyc | Other | 5,818 | 0.95 | 0.07 | 0 | vue-tools | 400 | 2024-01-09T05:33:55.788722 | Apache-2.0 | false | 945a2ef4a03afe69fe22392b13003f44 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_color.cpython-313.pyc | widget_color.cpython-313.pyc | Other | 1,396 | 0.8 | 0.043478 | 0 | python-kit | 419 | 2025-03-06T16:56:58.548414 | BSD-3-Clause | false | f3c1fec336115c82f0d15e0f1f33cbfc |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_controller.cpython-313.pyc | widget_controller.cpython-313.pyc | Other | 3,485 | 0.8 | 0.017857 | 0 | awesome-app | 914 | 2024-03-25T08:51:53.746185 | MIT | false | 2483adef2fcb21d0b879c848f840a596 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_core.cpython-313.pyc | widget_core.cpython-313.pyc | Other | 1,057 | 0.95 | 0.285714 | 0 | awesome-app | 313 | 2025-03-16T04:12:56.343630 | MIT | false | 0a8809c3e314dae4567273f6992e3843 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_date.cpython-313.pyc | widget_date.cpython-313.pyc | Other | 3,637 | 0.95 | 0.039474 | 0 | python-kit | 387 | 2024-09-21T03:08:06.974597 | Apache-2.0 | false | d1bf86d1f77d77a3384a56487243ab3e |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_datetime.cpython-313.pyc | widget_datetime.cpython-313.pyc | Other | 5,502 | 0.95 | 0.015385 | 0 | vue-tools | 749 | 2023-10-25T09:48:11.943236 | GPL-3.0 | false | a04d10803e8899198c27090577b865f0 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_description.cpython-313.pyc | widget_description.cpython-313.pyc | Other | 3,525 | 0.8 | 0.027027 | 0 | awesome-app | 426 | 2023-08-19T08:49:58.978180 | GPL-3.0 | false | bd91588feceb6cfdde53a1f29225444f |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_float.cpython-313.pyc | widget_float.cpython-313.pyc | Other | 19,825 | 0.95 | 0.054711 | 0 | vue-tools | 334 | 2024-08-12T15:25:18.966302 | Apache-2.0 | false | c75617b82ea32d54b261701dfe657176 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_int.cpython-313.pyc | widget_int.cpython-313.pyc | Other | 17,595 | 0.95 | 0.063492 | 0.008097 | react-lib | 20 | 2025-02-04T04:03:02.645346 | GPL-3.0 | false | 5cd8651c0aecd4870c05fc805511ebee |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_layout.cpython-313.pyc | widget_layout.cpython-313.pyc | Other | 8,693 | 0.8 | 0.012195 | 0 | node-utils | 74 | 2023-07-19T08:30:17.109298 | BSD-3-Clause | false | 703c56822c3392fb9d105e2463995ba8 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_link.cpython-313.pyc | widget_link.cpython-313.pyc | Other | 4,897 | 0.8 | 0.070707 | 0.023529 | react-lib | 859 | 2025-03-27T09:19:04.949934 | MIT | false | ae8237e02a815b1de1507fd78440492b |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_media.cpython-313.pyc | widget_media.cpython-313.pyc | Other | 10,421 | 0.95 | 0.048649 | 0.006061 | node-utils | 621 | 2024-01-23T22:07:37.643937 | Apache-2.0 | false | 5a06a34ec99c75f542f52ef9a365b99f |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_output.cpython-313.pyc | widget_output.cpython-313.pyc | Other | 8,515 | 0.95 | 0.070423 | 0 | python-kit | 789 | 2023-09-03T15:59:15.892595 | MIT | false | c94c6bd38d1c87153617eb82bbea0a5b |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_selection.cpython-313.pyc | widget_selection.cpython-313.pyc | Other | 34,807 | 0.95 | 0.049096 | 0.014577 | node-utils | 630 | 2024-08-30T07:07:34.181011 | GPL-3.0 | false | 478bb234540e50f297e483cdf6bd4798 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_selectioncontainer.cpython-313.pyc | widget_selectioncontainer.cpython-313.pyc | Other | 6,480 | 0.95 | 0.0375 | 0 | vue-tools | 662 | 2025-03-08T05:53:46.490177 | Apache-2.0 | false | c6b87f9af9843e7df9a924c17b01eef6 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_string.cpython-313.pyc | widget_string.cpython-313.pyc | Other | 10,915 | 0.95 | 0.017647 | 0 | vue-tools | 10 | 2024-02-18T02:23:16.322229 | Apache-2.0 | false | bcc35a8f81266cc822e43f4a7dc077c9 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_style.cpython-313.pyc | widget_style.cpython-313.pyc | Other | 1,061 | 0.8 | 0.066667 | 0 | python-kit | 471 | 2023-11-19T02:48:07.347634 | BSD-3-Clause | false | 18bbe4d710323e2d3212772403da1dab |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_tagsinput.cpython-313.pyc | widget_tagsinput.cpython-313.pyc | Other | 6,022 | 0.8 | 0.015267 | 0 | node-utils | 404 | 2025-03-07T06:46:25.113648 | Apache-2.0 | false | 9cc9acee921969d133a640a9c5ae1541 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_templates.cpython-313.pyc | widget_templates.cpython-313.pyc | Other | 18,453 | 0.95 | 0.017167 | 0.005051 | awesome-app | 969 | 2025-02-07T02:43:20.303783 | MIT | false | b845366d38b4f4ace301ee86470f990c |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_time.cpython-313.pyc | widget_time.cpython-313.pyc | Other | 3,790 | 0.95 | 0.0375 | 0 | react-lib | 97 | 2024-09-04T10:34:31.544994 | Apache-2.0 | false | 18e43f19c14b7e0b959d57b167ce1175 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\widget_upload.cpython-313.pyc | widget_upload.cpython-313.pyc | Other | 6,086 | 0.95 | 0.055556 | 0.009174 | react-lib | 271 | 2025-06-08T02:20:31.680715 | Apache-2.0 | false | 5fc2d5b3a1f43ef8f35ad85b161aea36 |
\n\n | .venv\Lib\site-packages\ipywidgets\widgets\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 2,616 | 0.8 | 0 | 0 | vue-tools | 205 | 2024-04-24T15:02:16.093497 | Apache-2.0 | false | 0ca43d75a891cdde26cd3378ecaccb27 |
\n\n | .venv\Lib\site-packages\ipywidgets\__pycache__\comm.cpython-313.pyc | comm.cpython-313.pyc | Other | 1,318 | 0.85 | 0 | 0 | python-kit | 516 | 2024-03-24T15:46:56.786946 | GPL-3.0 | false | 5c74ad47a838d6a6957a2be32515496f |
\n\n | .venv\Lib\site-packages\ipywidgets\__pycache__\embed.cpython-313.pyc | embed.cpython-313.pyc | Other | 11,990 | 0.95 | 0.097938 | 0 | react-lib | 632 | 2024-10-09T13:12:31.080546 | GPL-3.0 | false | c478045c36b1401241c77df3905fc2ae |
\n\n | .venv\Lib\site-packages\ipywidgets\__pycache__\_version.cpython-313.pyc | _version.cpython-313.pyc | Other | 492 | 0.7 | 0 | 0 | python-kit | 638 | 2023-08-04T21:47:14.236171 | Apache-2.0 | false | 07bb5b35d8cf44c903e2c4d77bf34b45 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.