polymerist.genutils.typetools.interfaces

Protocols for interfaces not explicitly covered by typing or collections.abc in the stdlib

Attributes

ReturnType

Classes

IndexableIterable

Any container-like class which supports indexing and iteration

Module Contents

polymerist.genutils.typetools.interfaces.ReturnType
class polymerist.genutils.typetools.interfaces.IndexableIterable[source]

Bases: Protocol, Generic[ReturnType]

Any container-like class which supports indexing and iteration