Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
280
defproperty(Node,
"firstChild"
, doc=
"First child node, or None."
)
281
defproperty(Node,
"lastChild"
, doc=
"Last child node, or None."
)
Callers
nothing calls this directly
Calls
1
unlink
Method · 0.95
Tested by
no test coverage detected