Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ CreateRegion
Method
CreateRegion
gui/chrome_tabs.py:686–688 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
684
self._Render()
685
686
def
CreateRegion(self):
687
region = wx.Region(self.tbmp)
688
return
region
689
690
def
CopyRegion(self, region):
691
rect = region.GetBox()
Callers
1
InitRenderer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected