Skip to content

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

Closed
@bzoracler

Description

@bzoracler

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 *?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions