MCPcopy Create free account
hub / github.com/huggingface/evaluate / read

Method read

metrics/code_eval/execute.py:125–126  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

123 """StringIO that throws an exception when it's read from"""
124
125 def read(self, *args, **kwargs):
126 raise OSError
127
128 def readline(self, *args, **kwargs):
129 raise OSError

Callers 5

setup.pyFile · 0.80
ftp_headFunction · 0.80
readlineFunction · 0.80
parse_readmeFunction · 0.80
bz2_csv_pathFunction · 0.80

Calls

no outgoing calls

Tested by 1

bz2_csv_pathFunction · 0.64