MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / make_parser

Function make_parser

Lib/xml/sax/__init__.py:71–93  ·  view source on GitHub ↗

Creates and returns a SAX parser. Creates the first parser it is able to instantiate of the ones given in the list created by doing parser_list + default_parser_list. The lists must contain the names of Python modules containing both a SAX parser and a create_parser function.

(parser_list = [])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

roundtrip.pyFile · 0.90
rss2html.pyFile · 0.90
elem_count.pyFile · 0.90
parseFunction · 0.85
parseStringFunction · 0.85

Calls 2

_create_parserFunction · 0.85

Tested by

no test coverage detected