Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/modelscope/FunASR
/ _get_version
Function
_get_version
funasr/cli.py:73–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
73
def
_get_version():
74
try
:
75
from
funasr
import
__version__
76
return
__version__
77
except
Exception:
78
return
"unknown"
79
80
81
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…