DefaultThreadDict
- class DefaultThreadDict(other=None, default_factory=None, read_method=None, write_method=None, timewait=0.1, threaded=True)[source]
a join venture between thread and default dict This class merges the two previous ones.
Import from
taurus.core.util.containers
as:from taurus.core.util.containers import DefaultThreadDict