Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ __init__
Method
__init__
recipes/Python/578875_Analog_Clock/recipe-578875.py:93–96 ·
view source on GitHub ↗
(self,func)
Source
from the content-addressed store, hash-verified
91
# @param func function to run on this thread.
92
#
93
def
__init__ (self,func):
94
Thread.__init__(self)
95
self.__action = func
96
self.debug = False
97
98
## Destructor.
99
#
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected