MCPcopy Index your code
hub / github.com/RustPython/RustPython / write

Method write

Lib/asyncio/streams.py:339–340  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

337 return self._transport
338
339 def write(self, data):
340 self._transport.write(data)
341
342 def writelines(self, data):
343 self._transport.writelines(data)

Callers 5

runcodeMethod · 0.45
runMethod · 0.45
__main__.pyFile · 0.45
_feed_stdinMethod · 0.45
_sendfile_fallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected