Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ read
Method
read
evalplus/eval/utils.py:84–85 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
82
""
"StringIO that throws an exception when it's read from"
""
83
84
def
read(self, *args, **kwargs):
85
raise
IOError
86
87
def
readline(self, *args, **kwargs):
88
raise
IOError
Callers
11
main
Function · 0.80
filter_inputs.py
File · 0.80
gather_solutions
Function · 0.80
check_ground_truth.py
File · 0.80
get_code_and_contract_and_assertion
Function · 0.80
get_human_eval_plus_hash
Function · 0.80
get_human_eval
Function · 0.80
make_cache
Function · 0.80
load_solutions
Function · 0.80
get_mbpp_plus_hash
Function · 0.80
evaluate_files
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected