Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/jinja
/ c
Method
c
src/jinja2/lexer.py:483–484 ·
view source on GitHub ↗
(x: str)
Source
from the content-addressed store, hash-verified
481
e = re.escape
482
483
def
c(x: str) -> t.Pattern[str]:
484
return
re.compile(x, re.M | re.S)
485
486
# lexing rules for tags
487
tag_rules: t.List[_Rule] = [
Callers
nothing calls this directly
Calls
1
compile
Method · 0.80
Tested by
no test coverage detected