MCPcopy Index your code
hub / github.com/python/cpython / _mode_ascii

Method _mode_ascii

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

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.95

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected