Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tox-dev/tox
/ patch_thread
Method
patch_thread
src/tox/report.py:209–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
@staticmethod
208
@contextmanager
209
def
patch_thread() -> Iterator[None]:
210
with
_LogThreadLocal.patch_thread():
211
yield
212
213
def
update_verbosity(self, verbosity: int) -> None:
214
level = _get_level(verbosity)
Callers
1
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected