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

Method _mode_ascii

Lib/imaplib.py:219–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217 raise
218
219 def _mode_ascii(self):
220 self.utf8_enabled = False
221 self._encoding = 'ascii'
222 self.Literal = re.compile(_Literal, re.ASCII)
223 self.Untagged_status = re.compile(_Untagged_status, re.ASCII)
224
225
226 def _mode_utf8(self):

Callers 1

__init__Method · 0.95

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected