Comment by dvaun
2 years ago
It’s the standard practice of noting internal/implementation details. Users should stick with the public api exported in __init__.
2 years ago
It’s the standard practice of noting internal/implementation details. Users should stick with the public api exported in __init__.
Interesting, thanks! I’ve seen it for importable stuff but never for modules.
I guess I’m getting old