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

Method readable

factool/code/helper/_execution.py:154–156  ·  view source on GitHub ↗

Returns True if the IO object can be read.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

152 raise IOError
153
154 def readable(self, *args, **kwargs):
155 """ Returns True if the IO object can be read. """
156 return False
157
158
159class redirect_stdin(contextlib._RedirectStream): # type: ignore

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected