MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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

_mesgMethod · 0.45
sendMethod · 0.45
_write_file_prefixFunction · 0.45
_copy_archiveFunction · 0.45
create_archiveFunction · 0.45
unix_getpassFunction · 0.45
_raw_inputFunction · 0.45
_readline_with_echo_charFunction · 0.45
optimizeFunction · 0.45
pickletools.pyFile · 0.45
extend_pathFunction · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by 1

outMethod · 0.36