MCPcopy Create free account
hub / github.com/RingBDStack/GDAP / read_file

Function read_file

convert_et_result.py:21–22  ·  view source on GitHub ↗
(file_name)

Source from the content-addressed store, hash-verified

19
20
21def read_file(file_name):
22 return [line.strip() for line in open(file_name).readlines()]
23
24
25def et_text2role(schema, et_list, text):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected