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

Method getInterface

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

Source from the content-addressed store, hash-verified

1495 # DOM Level 3 (WD 9 April 2002)
1496
1497 def getInterface(self, feature):
1498 if self.hasFeature(feature, None):
1499 return self
1500 else:
1501 return None
1502
1503 # internal
1504 def _create_document(self):

Callers

nothing calls this directly

Calls 1

hasFeatureMethod · 0.95

Tested by

no test coverage detected