Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
117
if
args.output_dir is not None:
Callers
5
ws_client
Function · 0.95
test_cer.py
File · 0.45
ws_reset
Function · 0.45
record_from_scp
Function · 0.45
message
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected