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

Method getSubset

Lib/xml/dom/expatbuilder.py:857–859  ·  view source on GitHub ↗

Return the internal subset as a string.

(self)

Source from the content-addressed store, hash-verified

855 subset = None
856
857 def getSubset(self):
858 """Return the internal subset as a string."""
859 return self.subset
860
861 def parseFile(self, file):
862 try:

Callers 1

_setup_subsetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected