MCPcopy Index your code
hub / github.com/RingBDStack/GDAP / read_file

Function read_file

evaluation.py:12–13  ·  view source on GitHub ↗
(file_name)

Source from the content-addressed store, hash-verified

10
11
12def read_file(file_name):
13 return [line.strip() for line in open(file_name).readlines()]
14
15
16def generate_sentence_dyiepp(filename, type_format='subtype'):

Callers 2

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected