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

Method __init__

gui/chrome_tabs.py:63–66  ·  view source on GitHub ↗
(self, old, new)

Source from the content-addressed store, hash-verified

61
62class PageChanging(_PageChanging, NotebookTabChangeEvent, VetoAble):
63 def __init__(self, old, new):
64 _PageChanging.__init__(self)
65 NotebookTabChangeEvent.__init__(self, old, new)
66 VetoAble.__init__(self)
67
68
69class PageChanged(_PageChanged, NotebookTabChangeEvent):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected