cloudvision.Connector.codec package
Submodules
cloudvision.Connector.codec.custom_types module
- class cloudvision.Connector.codec.custom_types.FrozenDict(*args, **kwargs)[source]
Bases:
Mapping
An immutable wrapper around dictionaries.
FrozenDict implements the complete
collections.Mapping
interface. It can be used as a drop-in replacement for dictionaries where immutability is desired, for instance with complex map keys.- dict_cls
alias of
dict
cloudvision.Connector.codec.decoder module
cloudvision.Connector.codec.encoder module
Module contents
export all codec types used by other parts of the library.
- class cloudvision.Connector.codec.FrozenDict(*args, **kwargs)[source]
Bases:
Mapping
An immutable wrapper around dictionaries.
FrozenDict implements the complete
collections.Mapping
interface. It can be used as a drop-in replacement for dictionaries where immutability is desired, for instance with complex map keys.- dict_cls
alias of
dict