MCPcopy Create free account
hub / github.com/PRIME-RL/PRIME / read

Method read

eval/utils/execution.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 IOError
127
128 def readline(self, *args, **kwargs):
129 raise IOError

Callers 9

make_conv_hfFunction · 0.45
make_conv_hfFunction · 0.45
make_conv_hfFunction · 0.45
mainFunction · 0.45
executeMethod · 0.45
setup.pyFile · 0.45
setup.pyFile · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected