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

Method isElementContent

Lib/xml/dom/minidom.py:1527–1528  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1525 return _no_type
1526
1527 def isElementContent(self):
1528 return False
1529
1530 def isEmpty(self):
1531 """Returns true iff this element is declared to have an EMPTY

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected