MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / write

Method write

Lib/_pyio.py:656–665  ·  view source on GitHub ↗

Write the given buffer to the IO stream. Return the number of bytes written, which is never less than len(b). Raises BlockingIOError if the buffer is full and the underlying raw stream cannot accept more data at the moment.

(self, b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_unsupportedMethod · 0.80

Tested by

no test coverage detected