utils#
Shared utility classes and functions.
Functions
Join items with commas and repr. |
|
Join items with commas and str. |
|
Deserialize an iterable of deserializable objects. |
|
Serialize an iterable of serializable objects. |
Classes
Bidirectional map backed by two dictionaries, between left types L and right types R. |
|
Protocol for deserializable objects. |
|
Protocol for serializable objects. |
Exceptions
Initial map is not a bijection. |