bblocks
Changelog
API Reference
bblocks
Submodules
bblocks.analysis_tools
bblocks.cleaning_tools
bblocks.config
bblocks.dataframe_tools
bblocks.import_tools
bblocks.logger
bblocks.other_tools
Attributes
Classes
Functions
Package Contents
bblocks
API Reference
bblocks
bblocks.other_tools
bblocks.other_tools.common
View page source
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