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

Method __init__

gui/chrome_tabs.py:71–73  ·  view source on GitHub ↗
(self, old, new, *args, **kwargs)

Source from the content-addressed store, hash-verified

69class PageChanged(_PageChanged, NotebookTabChangeEvent):
70
71 def __init__(self, old, new, *args, **kwargs):
72 _PageChanged.__init__(self, *args, **kwargs)
73 NotebookTabChangeEvent.__init__(self, old, new)
74
75
76class PageClosing(_PageClosing, VetoAble):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected