MCPcopy 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

mainFunction · 0.80
filter_inputs.pyFile · 0.80
gather_solutionsFunction · 0.80
get_human_eval_plus_hashFunction · 0.80
get_human_evalFunction · 0.80
make_cacheFunction · 0.80
load_solutionsFunction · 0.80
get_mbpp_plus_hashFunction · 0.80
evaluate_filesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected