MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

gui/chrome_tabs.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35
36class VetoAble:
37 def __init__(self):
38 self.__vetoed = False
39
40 def Veto(self):
41 self.__vetoed = True

Callers 7

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected