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

Method __init__

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

Source from the content-addressed store, hash-verified

86
87class PageAdding(_PageAdding, VetoAble):
88 def __init__(self):
89 _PageAdding.__init__(self)
90 VetoAble.__init__(self)
91
92
93class ChromeNotebook(wx.Panel):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected