-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: a Method has a clearer definition (that passes strict type chec…
…king) Each "Method" now derives from a base class, that has a "get" function to get the internal tuple that controls its file's behaviour. This makes it possible for the same class to both have such a method, _and_ be callable to get a different method, which is how the current NO_COMPRESSION_* types work as methods but also as a callable to return a different method. (Maybe this can be turned into a Protocol in future changes)
- Loading branch information
Showing
1 changed file
with
82 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters