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

Method test_parse_path_object

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

Source from the content-addressed store, hash-verified

189 self.check_parse(f)
190
191 def test_parse_path_object(self):
192 make_xml_file(self.data, 'utf-8', None)
193 self.check_parse(FakePath(TESTFN))
194
195 def test_parse_InputSource(self):
196 # accept data without declared but with explicitly specified encoding

Callers

nothing calls this directly

Calls 3

check_parseMethod · 0.95
FakePathClass · 0.90
make_xml_fileFunction · 0.85

Tested by

no test coverage detected