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

Method write

tools/python-3.11.9-amd64/Lib/email/generator.py:67–69  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

65 self.policy = policy
66
67 def write(self, s):
68 # Just delegate to the file object
69 self._fp.write(s)
70
71 def flatten(self, msg, unixfrom=False, linesep=None):
72 r"""Print the message object tree rooted at msg to the output file

Callers 12

flattenMethod · 0.95
_write_linesMethod · 0.95
_write_headersMethod · 0.95
_handle_multipartMethod · 0.95
rot13Function · 0.45
pushMethod · 0.45
_writeMethod · 0.45
_handle_messageMethod · 0.45
writeMethod · 0.45
_write_headersMethod · 0.45
_bootstrapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected