Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coooodeer/parse-rust
/ n
Function
n
tests/test_parse.py:245–246 ·
view source on GitHub ↗
(fmt, s, e)
Source
from the content-addressed store, hash-verified
243
assert r == e
244
245
def
n(fmt, s, e):
246
assert parse.parse(fmt, s) is None
247
248
y(
"a {:d} b"
,
"a 0 b"
, 0)
249
y(
"a {:d} b"
,
"a 12 b"
, 12)
Callers
1
test_numbers
Function · 0.85
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected