MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

46
47class NotebookTabChangeEvent:
48 def __init__(self, old, new):
49 self.__old = old
50 self.__new = new
51
52 def GetOldSelection(self):
53 return self.__old

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected