Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/espnet/espnet
/ __exit__
Method
__exit__
test/espnet3/parallel/test_parallel.py:164–165 ·
view source on GitHub ↗
(self, exc_type, exc, tb)
Source
from the content-addressed store, hash-verified
162
return
self.client
163
164
def
__exit__(self, exc_type, exc, tb):
165
self.client.close()
166
167
cli = build_client(local_cfg)
168
monkeypatch.setattr(
Callers
1
test_parallel_for_auto_inject_env_via_setup_fn_without_with
Function · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected