Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coooodeer/parse-rust
/ python_parse_call
Function
python_parse_call
benches/benchmark_common.py:396–399 ·
view source on GitHub ↗
(template: str)
Source
from the content-addressed store, hash-verified
394
395
396
def
python_parse_call(template: str):
397
from
parse
import
parse
as
py_parse
398
399
return
lambda
text: py_parse(template, text)
400
401
402
def
python_compiled_call(template: str):
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected