jdidion / xphyle

Python library that facilitates opening, reading, and writing files (and file-like entities like URLs and streams) agnostic of compression format. (production)
Other
21 stars 3 forks source link

`FileLikeWrapper` methods with keyword arguments #91

Open jdidion opened 1 year ago

jdidion commented 1 year ago

Despite appearing to be keyword arguments, the size argument to truncate and the whence argument to seek are not.