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

Method write

tools/python-3.11.9-amd64/Lib/tempfile.py:841–845  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

839 return self._file.writable()
840
841 def write(self, s):
842 file = self._file
843 rv = file.write(s)
844 self._check(file)
845 return rv
846
847 def writelines(self, iterable):
848 file = self._file

Callers 2

_get_default_tempdirFunction · 0.45
rolloverMethod · 0.45

Calls 1

_checkMethod · 0.95

Tested by

no test coverage detected