python-rsrcfork/rsrcfork
dgelessus 0054d0f7b5 Fix variable naming conflict in show_filtered_resources
mypy does not like it when the same variable name is used for different
types, even if it is in unrelated if branches and could never actually
cause any problems.
2020-07-23 13:17:02 +02:00
..
compress Move .compress.common.make_peekable and related code into ._io_utils 2020-07-19 23:16:36 +02:00
__init__.py Bump version to 1.8.1.dev 2020-07-18 17:47:48 +02:00
__main__.py Fix variable naming conflict in show_filtered_resources 2020-07-23 13:17:02 +02:00
_io_utils.py Reimplement Resource.data_raw using a custom stream type (SubStream) 2020-07-23 02:42:32 +02:00
api.py Reimplement Resource.data_raw using a custom stream type (SubStream) 2020-07-23 02:42:32 +02:00
py.typed Add py.typed marker file for PEP 561 2020-07-06 23:57:25 +02:00