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

Method _encode

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

Source from the content-addressed store, hash-verified

142 return StringIO()
143
144 def _encode(self, s):
145 # BytesGenerator overrides this to encode strings to bytes.
146 return s
147
148 def _write_lines(self, lines):
149 # We have to transform the line endings.

Callers 3

flattenMethod · 0.95
_handle_messageMethod · 0.95
decode_headerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected