Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise error when __copy__ method is used on base widget class #3780

Merged
merged 3 commits into from
Aug 15, 2023

Commits on May 24, 2023

  1. Raise error when __copy__ method is used on base widget class;

    Base widget class does not have a copy implementation and raises a NotImplementedError.
    Test case added in test_widget.py
    Fixes jupyter-widgets#2352
    mmc1718 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7e96cb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. run prettier

    mmc1718 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    705a8a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    acd2576 View commit details
    Browse the repository at this point in the history