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

Method readline

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

Source from the content-addressed store, hash-verified

146 raise IOError
147
148 def readline(self, *args, **kwargs):
149 raise IOError
150
151 def readlines(self, *args, **kwargs):
152 raise IOError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected