python-rsrcfork/rsrcfork
dgelessus 3a72bd3406 Remove leading underscores where they don't make much sense
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.
2019-10-01 21:26:41 +02:00
..
compress Remove leading underscores where they don't make much sense 2019-10-01 21:26:41 +02:00
__init__.py Bump version to 1.4.1.dev 2019-09-29 19:27:43 +02:00
__main__.py Remove leading underscores where they don't make much sense 2019-10-01 21:26:41 +02:00
api.py Fix more issues reported by mypy 2019-09-29 16:28:07 +02:00