Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUNLP-MT/MEAN
/ exec_mmseq
Function
exec_mmseq
data/split.py:48–52 ·
view source on GitHub ↗
(cmd)
Source
from the content-addressed store, hash-verified
46
47
48
def
exec_mmseq(cmd):
49
r = os.popen(cmd)
50
text = r.read()
51
r.close()
52
return
text
53
54
55
def
filter_flag(items, code):
Callers
1
main
Function · 0.85
Calls
2
read
Method · 0.80
close
Method · 0.80
Tested by
no test coverage detected