MCPcopy Create free account
hub / github.com/coooodeer/parse-rust / python_compiled_runner

Function python_compiled_runner

benches/benchmark_common.py:198–207  ·  view source on GitHub ↗
(template: str)

Source from the content-addressed store, hash-verified

196
197
198def python_compiled_runner(template: str):
199 from parse import compile as py_compile
200
201 parser = py_compile(template)
202
203 def run(lines):
204 for line in lines:
205 parser.parse(line)
206
207 return run
208
209
210def python_search_runner(template: str):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected