MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / connect

Method connect

LuaSTGPlus/string2enum.py:46–49  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

44 return x
45
46 def connect(self, a, b):
47 x = self.find(a)
48 y = self.find(b)
49 self._obj[x] = y
50
51 def is_connected(self, a, b):
52 return self.find(a) == self.find(b)

Callers 1

generate_graphFunction · 0.80

Calls 1

findMethod · 0.95

Tested by

no test coverage detected