bidict/bidict
Joshua Bronson da526c4c45 Type check tests, fix inverted type hint, prepare for 0.22.1 release
* 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.
2022-12-31 20:52:38 -05:00
..
__init__.py Modernize type annotations. 2022-12-29 11:13:01 -05:00
_abc.py Modernize type annotations. 2022-12-29 11:13:01 -05:00
_base.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
_bidict.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
_dup.py Modernize type annotations. 2022-12-29 11:13:01 -05:00
_exc.py Modernize type annotations. 2022-12-29 11:13:01 -05:00
_frozenbidict.py Modernize type annotations. 2022-12-29 11:13:01 -05:00
_frozenordered.py Modernize type annotations. 2022-12-29 11:13:01 -05:00
_iter.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
_named.py Modernize type annotations. 2022-12-29 11:13:01 -05:00
_orderedbase.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
_orderedbidict.py Modernize type annotations. 2022-12-29 11:13:01 -05:00
_typing.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
metadata.py Type check tests, fix inverted type hint, prepare for 0.22.1 release 2022-12-31 20:52:38 -05:00
py.typed OrderedBidict pickling + minor code improvements 2022-02-16 10:38:37 -05:00