mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-01-08 06:29:49 +00:00
3a72bd3406
The leading underscore is meant to distinguish private (for internal use only) APIs from public (for external use) APIs. One can argue about where the line between public and private should be, but if something is used from other modules (as with read_variable_length_integer) it's not really private IMHO. In scripts (like __main__) it also doesn't make much sense to use leading underscores, because the entire file is never meant to be used by external code. |
||
---|---|---|
.. | ||
compress | ||
__init__.py | ||
__main__.py | ||
api.py |