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

Method __init__

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

Source from the content-addressed store, hash-verified

269
270class ExThread(threading.Thread):
271 def __init__(self, target: Callable[[], None], name: str) -> None:
272 super().__init__(target=target, name=name)
273 self.ex: _ExcInfoType | None = None
274
275 def run(self) -> None:
276 try:

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected