MCPcopy Index your code
hub / github.com/python/cpython / test_make_parser

Method test_make_parser

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

Source from the content-addressed store, hash-verified

345
346 # ===== make_parser
347 def test_make_parser(self):
348 # Creating a parser should succeed - it should fall back
349 # to the expatreader
350 p = make_parser(['xml.parsers.no_such_parser'])
351
352
353class PrepareInputSourceTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

make_parserFunction · 0.90

Tested by

no test coverage detected