Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ __exit__
Method
__exit__
starlette/testclient.py:130–131 ·
view source on GitHub ↗
(self, *args: Any)
Source
from the content-addressed store, hash-verified
128
return
self
129
130
def
__exit__(self, *args: Any) -> bool | None:
131
return
self.exit_stack.__exit__(*args)
132
133
async
def
_run(self, *, task_status: anyio.abc.TaskStatus[anyio.CancelScope]) -> None:
134
""
"
Callers
nothing calls this directly
Calls
1
__exit__
Method · 0.45
Tested by
no test coverage detected