nectarchain.utils.dbhandler.DictInfos#

class DictInfos(*args, **kwargs)[source]#

Bases: object

Dictionary-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

set_time

Propagate t to all stored value objects that support set_time.

set_time(t)[source]#

Propagate t to all stored value objects that support set_time.