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

Make all package modules private #119

Merged
merged 1 commit into from
Jun 14, 2022
Merged

Make all package modules private #119

merged 1 commit into from
Jun 14, 2022

Conversation

leouieda
Copy link
Member

Description

The modules inside the package are mostly a way for us to organize code.
Users are meant to use things from the top-level namespace which we
define in boule/__init__.py. To avoid confusion and the modules
showing up in tab-completion, make them all private by adding a leading
_.

Relevant issues/PRs

The modules inside the package are mostly a way for us to organize code.
Users are meant to use things from the top-level namespace which we
define in `boule/__init__.py`. To avoid confusion and the modules
showing up in tab-completion, make them all private by adding a leading
`_`.
@leouieda
Copy link
Member Author

Merging this in since it's an internal change that ideally shouldn't impact users.

@leouieda leouieda merged commit bfd29c3 into main Jun 14, 2022
@leouieda leouieda deleted the private-modules branch June 14, 2022 12:52
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 this pull request may close these issues.

None yet

1 participant