MCPcopy 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_numbersFunction · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected