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

Method _create_document

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

Source from the content-addressed store, hash-verified

1502
1503 # internal
1504 def _create_document(self):
1505 return Document()
1506
1507class ElementInfo(object):
1508 """Object that represents content-model information for an element.

Callers 1

createDocumentMethod · 0.95

Calls 1

DocumentClass · 0.85

Tested by

no test coverage detected