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

Intention of the all variable in watchpoints/__init__.py #38

Closed
bzoracler opened this issue Dec 23, 2024 · 1 comment · Fixed by #39
Closed

Intention of the all variable in watchpoints/__init__.py #38

bzoracler opened this issue Dec 23, 2024 · 1 comment · Fixed by #39

Comments

@bzoracler
Copy link
Contributor

Thanks for this black-magic library!

I'm currently trying to get a set of typing stubs added to typeshed (python/typeshed#13248). One thing that came up was the intention of all:

all = [
"watch",
"unwatch"
]

Was this intended to be __all__, for controlling the symbols imported with from watchpoints import *?

@gaogaotiantian
Copy link
Owner

Yes, that was a typo. If you want, feel free to make a PR to fix :) Otherwise I can fix it when I get some time.

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