Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
def
read_file(file_name):
22
return
[line.strip()
for
line in open(file_name).readlines()]
23
24
25
def
et_text2role(schema, et_list, text):
Callers
1
convert_et_result.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected