Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
407
class
BytesGenerator(Generator):
Callers
1
_make_boundary
Method · 0.45
Calls
1
compile
Method · 0.45
Tested by
no test coverage detected