MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / write

Method write

tools/python-3.11.9-amd64/Lib/_pyio.py:1853–1855  ·  view source on GitHub ↗

Write string s to stream and returning an int.

(self, s)

Source from the content-addressed store, hash-verified

1851 self._unsupported("read")
1852
1853 def write(self, s):
1854 """Write string s to stream and returning an int."""
1855 self._unsupported("write")
1856
1857 def truncate(self, pos=None):
1858 """Truncate size to pos, where pos is an int."""

Callers

nothing calls this directly

Calls 1

_unsupportedMethod · 0.80

Tested by

no test coverage detected