MCPcopy Create free account
hub / github.com/tox-dev/filelock / __init__

Method __init__

tests/test_filelock.py:229–231  ·  view source on GitHub ↗
(self, target: Callable[[], None], name: str)

Source from the content-addressed store, hash-verified

227
228class ExThread(threading.Thread):
229 def __init__(self, target: Callable[[], None], name: str) -> None:
230 super().__init__(target=target, name=name)
231 self.ex: _ExcInfoType | None = None
232
233 def run(self) -> None:
234 try:

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected