MCPcopy Index your code
hub / github.com/modelscope/FunASR / close

Method close

runtime/python/websocket/funasr_wss_client.py:109–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 self.fp_events.flush()
108
109 def close(self):
110 try:
111 self.fp_events.flush()
112 self.fp_events.close()
113 except Exception:
114 pass
115
116
117if args.output_dir is not None:

Callers 5

ws_clientFunction · 0.95
test_cer.pyFile · 0.45
ws_resetFunction · 0.45
record_from_scpFunction · 0.45
messageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected