MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_make_parser4

Method test_make_parser4

Lib/test/test_sax.py:284–291  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

282 make_parser(iter(['module']))
283
284 def test_make_parser4(self):
285 # Testing that make_parser can handle empty iterables.
286 make_parser([])
287 make_parser(tuple())
288 make_parser(set())
289 make_parser(frozenset())
290 make_parser({})
291 make_parser(iter([]))
292
293 def test_make_parser5(self):
294 # Testing that make_parser can handle iterables with more than

Callers

nothing calls this directly

Calls 3

make_parserFunction · 0.90
setFunction · 0.85
iterFunction · 0.85

Tested by

no test coverage detected