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

Method isId

Lib/xml/dom/minidom.py:1535–1537  ·  view source on GitHub ↗

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

(self, aname)

Source from the content-addressed store, hash-verified

1533 return False
1534
1535 def isId(self, aname):
1536 """Returns true iff the named attribute is a DTD-style ID."""
1537 return False
1538
1539 def isIdNS(self, namespaceURI, localName):
1540 """Returns true iff the identified attribute is a DTD-style ID."""

Callers 2

_get_isIdMethod · 0.45
getElementByIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected