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

Method __init__

Lib/xml/dom/minidom.py:1216–1218  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

1214 nodeName = "#comment"
1215
1216 def __init__(self, data):
1217 CharacterData.__init__(self)
1218 self._data = data
1219
1220 def writexml(self, writer, indent="", addindent="", newl=""):
1221 if "--" in self.data:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected