MCPcopy Index your code
hub / github.com/python/cpython / test_sax.py

File test_sax.py

Lib/test/test_sax.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# regression test for SAX 2.0
2
3from xml.sax import make_parser, ContentHandler, \
4 SAXException, SAXReaderNotAvailable, SAXParseException

Callers

nothing calls this directly

Calls 6

make_parserFunction · 0.90
findfileFunction · 0.90
openFunction · 0.50
encodeMethod · 0.45
readMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected