Skip to content

Add __all__ variable to modules #70

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__.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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