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

Method __init__

gui/chrome_tabs.py:77–81  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected