MCPcopy Create free account
hub / github.com/daft-dev/daft / SameLocationError

Class SameLocationError

daft.py:1394–1400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392
1393
1394class SameLocationError(Exception):
1395 def __init__(self, edge):
1396 self.message = (
1397 "Attempted to add edge between `{}` and `{}` but they "
1398 + "share the same location."
1399 ).format(edge.node1.name, edge.node2.name)
1400 super().__init__(self.message)

Callers 1

get_frontier_coordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected