MCPcopy Create free account
hub / github.com/espnet/espnet / close

Method close

test/espnet3/parallel/test_parallel.py:372–374  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

370 return None
371
372 def close(self):
373 calls["close"] += 1
374 return self._real.close()
375
376 proxy = _ClientProxy(cli)
377 monkeypatch.setattr(

Calls

no outgoing calls

Tested by

no test coverage detected