Package wtf :: Module autoreload :: Class ReloadRequested
[hide private]
[frames] | no frames]

Class ReloadRequested

source code

              object --+        
                       |        
exceptions.BaseException --+    
                           |    
       exceptions.SystemExit --+
                               |
                              ReloadRequested

Reload requested exception
Instance Methods [hide private]
 
__init__(self)
Initialization
source code

Inherited from exceptions.SystemExit: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
int CODE = 9
Exit code for the child process
Properties [hide private]

Inherited from exceptions.SystemExit: code

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Initialization
Overrides: object.__init__