mirror of https://github.com/jab/bidict.git
da526c4c45
* Add type hints to tests and no longer exclude them from type checking. * Fix the return type hint of bidict.inverted() to return an Iterator (aliased as ItemsIter), not an Iterable. * Rename the internal type alias for Iterable[Tuple[KT, VT]] from IterItems to Items, and likewise MapOrIterItems to MapOrItems. |
||
---|---|---|
.. | ||
__init__.py | ||
_abc.py | ||
_base.py | ||
_bidict.py | ||
_dup.py | ||
_exc.py | ||
_frozenbidict.py | ||
_frozenordered.py | ||
_iter.py | ||
_named.py | ||
_orderedbase.py | ||
_orderedbidict.py | ||
_typing.py | ||
metadata.py | ||
py.typed |