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

Method __init__

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

Source from the content-addressed store, hash-verified

348 Node.NOTATION_NODE)
349
350 def __init__(self):
351 self.childNodes = NodeList()
352
353
354class Attr(Node):

Callers

nothing calls this directly

Calls 1

NodeListClass · 0.85

Tested by

no test coverage detected