Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/espnet/espnet
/ wrd_name
Function
wrd_name
utils/json2sctm.py:93–95 ·
view source on GitHub ↗
(trn)
Source
from the content-addressed store, hash-verified
91
92
93
def
wrd_name(trn):
94
split = trn.split(
"."
)
95
return
"."
.join(split[:-1]) +
".wrd."
+ split[-1]
96
97
98
if
__name__ ==
"__main__"
:
Callers
1
main
Function · 0.85
Calls
1
split
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…