py5coding / py5generator

Meta-programming project that creates the py5 library code.
https://py5coding.org/
GNU General Public License v3.0
52 stars 13 forks source link

py5_tools should use `__all__` to control what is importable #507

Open hx2A opened 1 month ago

hx2A commented 1 month ago

Should not list internal functions or submodules. Include only what is documented and intended for users to use.

hx2A commented 1 month ago

And __dir__()