MCPcopy 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
48def exec_mmseq(cmd):
49 r = os.popen(cmd)
50 text = r.read()
51 r.close()
52 return text
53
54
55def filter_flag(items, code):

Callers 1

mainFunction · 0.85

Calls 2

readMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected