Package wtf :: Package opi :: Package worker :: Module single :: Class Flags
[hide private]
[frames] | no frames]

Class Flags

source code

object --+
         |
        Flags

Flag container for single worker
Instance Methods [hide private]
 
__init__(self)
Initialization
source code
 
shutdown(self)
Retrieve shutdown flag
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __implements__ = [<class 'wtf.impl.FlagsInterface'>]
  multithread = False
  multiprocess = False
  run_once = False
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Initialization
Overrides: object.__init__