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

Method isIdNS

Lib/xml/dom/minidom.py:1539–1541  ·  view source on GitHub ↗

Returns true iff the identified attribute is a DTD-style ID.

(self, namespaceURI, localName)

Source from the content-addressed store, hash-verified

1537 return False
1538
1539 def isIdNS(self, namespaceURI, localName):
1540 """Returns true iff the identified attribute is a DTD-style ID."""
1541 return False
1542
1543 def __getstate__(self):
1544 return self.tagName

Callers 2

_get_isIdMethod · 0.45
getElementByIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected