MCPcopy Create free account
hub / github.com/RUC-NLPIR/WebThinker / read

Method read

scripts/lcb_runner/evaluation/utils_execute.py:156–157  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

154 """StringIO that throws an exception when it's read from"""
155
156 def read(self, *args, **kwargs):
157 raise OSError
158
159 def readline(self, *args, **kwargs):
160 raise OSError

Callers 6

read_md_fileFunction · 0.80
extract_pdf_text_asyncFunction · 0.80
setup.pyFile · 0.80
extract_pdf_text_asyncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected