Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ Veto
Method
Veto
gui/chrome_tabs.py:40–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
38
self.__vetoed = False
39
40
def
Veto(self):
41
self.__vetoed = True
42
43
def
isVetoed(self):
44
return
self.__vetoed
Callers
1
resizeSkip
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected