Package wtf :: Package impl :: Class FlagsInterface
[hide private]
[frames] | no frames]

Class FlagsInterface

source code

object --+
         |
        FlagsInterface

Interface for worker flag containers
Instance Methods [hide private]
bool
shutdown(self)
Retrieve shutdown-pending flag
source code

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

Class Variables [hide private]
bool multiprocess
Is it a multiprocessed server?
bool multithread
Is it a multithreaded server?
bool run_once
Is the server supposed to run once?
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

shutdown(self)

source code 
Retrieve shutdown-pending flag
Returns: bool
The state of the flag