MCPcopy Index your code
hub / github.com/openai/openai-agents-python / write

Method write

tests/sandbox/test_runtime.py:149–151  ·  view source on GitHub ↗
(self, path: Path, data: io.IOBase, *, user: object = None)

Source from the content-addressed store, hash-verified

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)
151 raise AssertionError("write() should not be called in these tests")
152
153 async def _exec_internal(
154 self,

Calls

no outgoing calls

Tested by

no test coverage detected