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

Method parseFile

Lib/xml/dom/expatbuilder.py:861–865  ·  view source on GitHub ↗
(self, file)

Source from the content-addressed store, hash-verified

859 return self.subset
860
861 def parseFile(self, file):
862 try:
863 ExpatBuilder.parseFile(self, file)
864 except ParseEscape:
865 pass
866
867 def parseString(self, string):
868 try:

Callers

nothing calls this directly

Calls 1

parseFileMethod · 0.45

Tested by

no test coverage detected