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

Method isSupported

Lib/xml/dom/minidom.py:1817–1818  ·  view source on GitHub ↗
(self, feature, version)

Source from the content-addressed store, hash-verified

1815 self, namespaceURI, localName, NodeList())
1816
1817 def isSupported(self, feature, version):
1818 return self.implementation.hasFeature(feature, version)
1819
1820 def importNode(self, node, deep):
1821 if node.nodeType == Node.DOCUMENT_NODE:

Callers

nothing calls this directly

Calls 1

hasFeatureMethod · 0.80

Tested by

no test coverage detected