Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ SetPosition
Method
SetPosition
gui/chrome_tabs.py:670–671 ·
view source on GitHub ↗
(self, pos)
Source
from the content-addressed store, hash-verified
668
return
self.position
669
670
def
SetPosition(self, pos):
671
self.position = pos
672
673
def
GetSize(self):
674
return
self.width, self.height
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected