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

Method _compile_re

Lib/email/generator.py:403–404  ·  view source on GitHub ↗
(cls, s, flags)

Source from the content-addressed store, hash-verified

401
402 @classmethod
403 def _compile_re(cls, s, flags):
404 return re.compile(s, flags)
405
406
407class BytesGenerator(Generator):

Callers 1

_make_boundaryMethod · 0.45

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected