MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / _set_owner

Method _set_owner

masfactory/core/node.py:154–155  ·  view source on GitHub ↗
(self, owner: "Node | None")

Source from the content-addressed store, hash-verified

152 return self._owner
153
154 def _set_owner(self, owner: "Node | None") -> None:
155 self._owner = owner
156
157 @property
158 def pull_keys(self) -> dict[str, dict | str] | None:

Callers 3

create_nodeMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected