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

Dunder request #23

Open
James-Ansley opened this issue Jun 18, 2023 · 1 comment
Open

Dunder request #23

James-Ansley opened this issue Jun 18, 2023 · 1 comment

Comments

@James-Ansley
Copy link

I can do:

  • __breakpointhook__
  • __displayhook__
  • __excepthook__
  • __interactivehook__
  • __unraisablehook__
  • __file__

I could also do: __stderr__,__stdin__, __stdout__, __cause__, __context__, __suppress_context__, and __traceback__ unless other people want to do something exciting with those.

@trag1c
Copy link
Owner

trag1c commented Jun 18, 2023

I assigned you the first 6, the other ones can be done in a separate PR (unless some dunder combo works better) :)

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

Successfully merging a pull request may close this issue.

2 participants