MCPcopy Create free account
hub / github.com/openai/openai-agents-python / read

Method read

tests/sandbox/test_runtime.py:145–147  ·  view source on GitHub ↗
(self, path: Path, *, user: object = None)

Source from the content-addressed store, hash-verified

143 return self._running
144
145 async def read(self, path: Path, *, user: object = None) -> io.BytesIO:
146 _ = (path, user)
147 raise AssertionError("read() should not be called in these tests")
148
149 async def write(self, path: Path, data: io.IOBase, *, user: object = None) -> None:
150 _ = (path, data, user)

Calls

no outgoing calls

Tested by

no test coverage detected