MCPcopy Create free account
hub / github.com/cft0808/edict / __init__

Method __init__

tests/test_dashboard_dispatch.py:43–44  ·  view source on GitHub ↗
(self, target=None, daemon=None)

Source from the content-addressed store, hash-verified

41
42 class ImmediateThread:
43 def __init__(self, target=None, daemon=None):
44 self.target = target
45
46 def start(self):
47 if self.target:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected