MCPcopy Index your code
hub / github.com/RustPython/RustPython / _encode

Method _encode

Lib/email/generator.py:146–148  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

144 return StringIO()
145
146 def _encode(self, s):
147 # BytesGenerator overrides this to encode strings to bytes.
148 return s
149
150 def _write_lines(self, lines):
151 # 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