MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / node_name

Method node_name

KVCOMM/graph/node.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68
69 @property
70 def node_name(self):
71 return self.__class__.__name__
72
73 def add_predecessor(self, operation: 'Node', st='spatial'):
74 if st == 'spatial' and operation not in self.spatial_predecessors:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected