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

Feature: add context manager to temporarily change the widget associated with a type #466

Closed
tlambert03 opened this issue Oct 22, 2022 · 0 comments · Fixed by #470
Closed
Labels
enhancement New feature or request

Comments

@tlambert03
Copy link
Member

@Czaki had a good request: a context manager like the following:

with type_registered(MyType, widget_type=MyWdgClass):
    ...

that would restore any previously existing association with MyType when the context is exited

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant