MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _compile

Function _compile

tools/python-3.11.9-amd64/Lib/tokenize.py:100–101  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

98
99@functools.lru_cache
100def _compile(expr):
101 return re.compile(expr, re.UNICODE)
102
103# Note that since _all_string_prefixes includes the empty string,
104# StringPrefix can be the empty string (making it optional).

Callers 1

_tokenizeFunction · 0.70

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected