We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
all
watchpoints/__init__.py
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:
watchpoints/src/watchpoints/__init__.py
Lines 11 to 14 in 934d7a3
Was this intended to be __all__, for controlling the symbols imported with from watchpoints import *?
__all__
from watchpoints import *
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
:watchpoints/src/watchpoints/__init__.py
Lines 11 to 14 in 934d7a3
Was this intended to be
__all__
, for controlling the symbols imported withfrom watchpoints import *
?The text was updated successfully, but these errors were encountered: