bidict/tests/property_tests
Joshua Bronson 2bee83b0d6 OrderedBidict pickling + minor code improvements
- Ensure that (un)pickling OrderedBidicts is order-preserving.
- Refactor __reduce__, _reduce_factory, and _init_from
  to use new private constructor _from_other.
- NamedBidictBase and GeneratedBidictInverse marker classes
  don't need to derive from BidictBase.
2022-02-16 10:38:37 -05:00
..
__init__.py (c) 2022-02-15 15:37:25 -05:00
_strategies.py (c) 2022-02-15 15:37:25 -05:00
_types.py (c) 2022-02-15 15:37:25 -05:00
test_properties.py OrderedBidict pickling + minor code improvements 2022-02-16 10:38:37 -05:00