MCPcopy Create free account
hub / github.com/GAIR-NLP/factool / read

Method read

factool/code/helper/_execution.py:145–146  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

143 """ StringIO that throws an exception when it's read from """
144
145 def read(self, *args, **kwargs):
146 raise IOError
147
148 def readline(self, *args, **kwargs):
149 raise IOError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected