MCPcopy Create free account
hub / github.com/InternScience/SciReason / read

Method read

opencompass/datasets/mbpp.py:219–220  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

217 """StringIO that throws an exception when it's read from."""
218
219 def read(self, *args, **kwargs):
220 raise IOError
221
222 def readline(self, *args, **kwargs):
223 raise IOError

Callers 15

readmeFunction · 0.45
get_versionFunction · 0.45
bbh_gen_4a31fa.pyFile · 0.45
bbh_gen_5bf00b.pyFile · 0.45
bbh_gen_ee62e9.pyFile · 0.45
bbh_gen_98fba6.pyFile · 0.45
bbh_gen_5b92b0.pyFile · 0.45
bbh_gen_2879b0.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected