MCPcopy Create free account
hub / github.com/casadi/casadi / __init__

Method __init__

test/python/threads.py:43–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41
42class PrintNowThread:
43 def __init__(self):
44 self._thread = threading.Thread(target=self.run)
45 self._thread.daemon = True
46 self.timestamps = []
47
48 def start(self):
49 self._thread.start()

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected