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

Function probe

tasks/capabilities.py:110–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 # GraalPy resets __context__ when contextlib throws into the suspended generator, losing the chained cause.
109 @contextmanager
110 def probe() -> Iterator[None]:
111 yield
112
113 error = KeyError("thrown")
114 error.__context__ = ValueError("context")

Calls

no outgoing calls

Tested by

no test coverage detected