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

Method getInterface

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

Source from the content-addressed store, hash-verified

219 return self is other
220
221 def getInterface(self, feature):
222 if self.isSupported(feature, None):
223 return self
224 else:
225 return None
226
227 # The "user data" functions use a dictionary that is only present
228 # if some user data has been set, so be careful not to assume it

Callers

nothing calls this directly

Calls 1

isSupportedMethod · 0.95

Tested by

no test coverage detected