MCPcopy
hub / github.com/deepseek-ai/DeepSeek-Coder / read

Method read

Evaluation/MBPP/human_eval/execution.py:626–627  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

624 """ StringIO that throws an exception when it's read from """
625
626 def read(self, *args, **kwargs):
627 raise IOError
628
629 def readline(self, *args, **kwargs):
630 raise IOError

Callers 2

load_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected