bblocks.other_tools.common

Classes

Dict

A wrapper that adds functionality to a standard dictionary

Module Contents

class bblocks.other_tools.common.Dict

Bases: dict

A wrapper that adds functionality to a standard dictionary

__repr__()

Return repr(self).

change_keys(from_: str = None, to: str = 'ISO3') dict
reverse() dict
set_keys_type(type_: type) dict
set_values_type(type_: type) dict