MCPcopy 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(

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected