Skip to content

typing_extra

Extra types used in this project.

Objects here are only meant to be used for static typing.

CallableThatReturnsSortable

Anything that, returns a Sortable when called with a str.

VersionSorterClass

A class that inherits from VersionSorterABC.

Sortable

Anything that can be sorted.