MCPcopy Index your code
hub / github.com/clips/pattern / Vector

Class Vector

pattern/graph/__init__.py:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 pass
54
55class Vector(object):
56 def __init__(self, x=0, y=0):
57 self.x = x
58 self.y = y
59
60#--- NODE ------------------------------------------------------------------------------------------
61

Callers 2

__init__Method · 0.70
resetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…