Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetLength
Method
GetLength
graphs/gui/vector.py:90–91 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
88
return
self._angle
89
90
def
GetLength(self):
91
return
self._length
92
93
def
SetValue(self, angle=None, length=None):
94
if
angle is not None:
Callers
1
getValues
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected