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

Function python_parse_runner

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

Source from the content-addressed store, hash-verified

186
187
188def python_parse_runner(template: str):
189 from parse import parse as py_parse
190
191 def run(lines):
192 for line in lines:
193 py_parse(template, line)
194
195 return run
196
197
198def python_compiled_runner(template: str):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected