Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ SetAngle
Method
SetAngle
graphs/gui/vector.py:100–101 ·
view source on GitHub ↗
(self, angle)
Source
from the content-addressed store, hash-verified
98
self.Refresh()
99
100
def
SetAngle(self, angle):
101
self.SetValue(angle, None)
102
103
def
SetLength(self, length):
104
self.SetValue(None, length)
Callers
1
__handleVector
Method · 0.80
Calls
1
SetValue
Method · 0.95
Tested by
no test coverage detected