MCPcopy
hub / github.com/encode/starlette / write

Method write

tests/test_formparsers.py:961–962  ·  view source on GitHub ↗
(self, s: Any)

Source from the content-addressed store, hash-verified

959
960 class FailingSpooledTemporaryFile(SpooledTemporaryFile[bytes]):
961 def write(self, s: Any) -> int:
962 raise OSError("disk full")
963
964 def close(self) -> None:
965 nonlocal close_called

Calls

no outgoing calls

Tested by

no test coverage detected