Python_2  1.0
Public Member Functions | Public Attributes | Private Attributes | List of all members
_08c_clock.makeThread Class Reference

Class for creating a new thread. More...

Inheritance diagram for _08c_clock.makeThread:
Inheritance graph
[legend]
Collaboration diagram for _08c_clock.makeThread:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, func)
 Constructor. More...
 
def __del__ (self)
 Destructor. More...
 
def run (self)
 Starts this thread. More...
 

Public Attributes

 debug
 

Private Attributes

 __action
 

Detailed Description

Class for creating a new thread.

Creates a thread.

Constructor & Destructor Documentation

◆ __init__()

def _08c_clock.makeThread.__init__ (   self,
  func 
)

Constructor.

Parameters
funcfunction to run on this thread.

◆ __del__()

def _08c_clock.makeThread.__del__ (   self)

Member Function Documentation

◆ run()

def _08c_clock.makeThread.run (   self)

Member Data Documentation

◆ __action

_08c_clock.makeThread.__action
private

◆ debug

_08c_clock.makeThread.debug

The documentation for this class was generated from the following file: