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

Method __exit__

Lib/xml/dom/minidom.py:277–278  ·  view source on GitHub ↗
(self, et, ev, tb)

Source from the content-addressed store, hash-verified

275 return self
276
277 def __exit__(self, et, ev, tb):
278 self.unlink()
279
280defproperty(Node, "firstChild", doc="First child node, or None.")
281defproperty(Node, "lastChild", doc="Last child node, or None.")

Callers

nothing calls this directly

Calls 1

unlinkMethod · 0.95

Tested by

no test coverage detected