Skip to content

Add __all__ variable to modules #70

@ddundo

Description

@ddundo

This controls exactly what gets exported when we do from MODULE import *. Without it, everything gets imported into the namespace.

This also lets users know what functions they are expected to use/call. That is, we wouldn't include some helper functions in __all__.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions