Module threading :: Class _MainThread
[hide private]
[frames] | no frames]

type _MainThread

object --+        
         |        
  _Verbose --+    
             |    
        Thread --+
                 |
                _MainThread

Instance Methods [hide private]
 
__init__(self)
 
_set_daemon(self)
 
__exitfunc(self)
 
_MainThread__exitfunc(self)

Inherited from Thread: __repr__, getName, isAlive, isDaemon, join, run, setDaemon, setName, start

Inherited from _Verbose (private): _note

Method Details [hide private]

__init__(self)
(Constructor)

 
Overrides: _Verbose.__init__

_set_daemon(self)

 
Overrides: Thread._set_daemon