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

Method _post_attach

xarray/core/treenode.py:516–518  ·  view source on GitHub ↗

Method call after attaching to `parent`.

(self, parent: Self, name: str)

Source from the content-addressed store, hash-verified

514 pass
515
516 def _post_attach(self, parent: Self, name: str) -> None:
517 """Method call after attaching to `parent`."""
518 pass
519
520 def get(self, key: str, default: Self | None = None) -> Self | None:
521 """

Callers 1

_attachMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected