Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ __enter__
Method
__enter__
core/utils.py:382–384 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
380
self._thread = None
381
382
def
__enter__(self):
383
self.start()
384
return
self
385
386
def
__exit__(self, exc_type, exc_val, exc_tb):
387
self.stop()
Callers
nothing calls this directly
Calls
1
start
Method · 0.95
Tested by
no test coverage detected