watcher.common.utils
Utilities and helper functions.
watcher.common.utils.
Struct
Bases: dict
dict
Specialized dict where you access an item like an attribute
>>> struct = Struct() >>> struct['a'] = 1 >>> struct.b = 2 >>> assert struct.a == 1 >>> assert struct['b'] == 2
The watcher.common.synchronization Module
watcher.common.synchronization
The watcher.conf._opts Module
watcher.conf._opts
Enter search terms or a module, class or function name.