bblocks.other_tools.common ========================== .. py:module:: bblocks.other_tools.common Classes ------- .. autoapisummary:: bblocks.other_tools.common.Dict Module Contents --------------- .. py:class:: Dict Bases: :py:obj:`dict` A wrapper that adds functionality to a standard dictionary .. py:method:: __repr__() Return repr(self). .. py:method:: change_keys(from_: str = None, to: str = 'ISO3') -> dict .. py:method:: reverse() -> dict .. py:method:: set_keys_type(type_: type) -> dict .. py:method:: set_values_type(type_: type) -> dict