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

Class PageClosing

gui/chrome_tabs.py:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76class PageClosing(_PageClosing, VetoAble):
77 def __init__(self, i):
78 _PageClosing.__init__(self)
79 self.__index = i
80 VetoAble.__init__(self)
81 self.Selection = property(self.GetSelection)
82
83 def GetSelection(self):
84 return self.__index
85
86
87class PageAdding(_PageAdding, VetoAble):

Callers 2

OnMiddleUpMethod · 0.85
CheckTabCloseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected