nectarchain.utils.dbhandler.DictInfos#
- class DictInfos(*args, **kwargs)[source]#
Bases:
objectDictionary-like container that promotes keys to instance attributes.
New entries can be added via the
[]operator; once entered they become accessible as member attributes.Initialise the container with an empty internal dictionary.
Methods
Propagate t to all stored value objects that support
set_time.