MCPcopy Index your code
hub / github.com/python/cpython / write

Method write

Lib/io.py:141–142  ·  view source on GitHub ↗

Write *data* to the output stream and return the number of items written.

(self, data, /)

Source from the content-addressed store, hash-verified

139
140 @abc.abstractmethod
141 def write(self, data, /):
142 """Write *data* to the output stream and return the number of items written."""
143
144 @classmethod
145 def __subclasshook__(cls, C):

Callers 15

mainFunction · 0.45
mainFunction · 0.45
testFunction · 0.45
log_verboseFunction · 0.45
logcat_taskFunction · 0.45
gradle_taskFunction · 0.45
run_testbedFunction · 0.45
_mesgMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by 1

outMethod · 0.36