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

Method _pre_attach

xarray/core/treenode.py:512–514  ·  view source on GitHub ↗

Method call before attaching to `parent`.

(self, parent: Self, name: str)

Source from the content-addressed store, hash-verified

510 pass
511
512 def _pre_attach(self, parent: Self, name: str) -> None:
513 """Method call before attaching to `parent`."""
514 pass
515
516 def _post_attach(self, parent: Self, name: str) -> None:
517 """Method call after attaching to `parent`."""

Callers 1

_attachMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected