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

Method readlines

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

Source from the content-addressed store, hash-verified

149 raise IOError
150
151 def readlines(self, *args, **kwargs):
152 raise IOError
153
154 def readable(self, *args, **kwargs):
155 """ Returns True if the IO object can be read. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected