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

Method isSupported

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

Source from the content-addressed store, hash-verified

207 return _clone_node(self, deep, self.ownerDocument or self)
208
209 def isSupported(self, feature, version):
210 return self.ownerDocument.implementation.hasFeature(feature, version)
211
212 def _get_localName(self):
213 # Overridden in Element and Attr where localName can be Non-Null

Callers 1

getInterfaceMethod · 0.95

Calls 1

hasFeatureMethod · 0.80

Tested by

no test coverage detected