MCPcopy Index your code
hub / github.com/pydata/xarray / _post_detach

Method _post_detach

xarray/core/treenode.py:508–510  ·  view source on GitHub ↗

Method call after detaching from `parent`.

(self, parent: Self)

Source from the content-addressed store, hash-verified

506 pass
507
508 def _post_detach(self, parent: Self) -> None:
509 """Method call after detaching from `parent`."""
510 pass
511
512 def _pre_attach(self, parent: Self, name: str) -> None:
513 """Method call before attaching to `parent`."""

Callers 1

_detachMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected