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

Class PageChanged

gui/chrome_tabs.py:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
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 6

NextPageMethod · 0.85
PrevPageMethod · 0.85
SetSelectionMethod · 0.85
DeletePageMethod · 0.85
OnMiddleUpMethod · 0.85
CheckTabCloseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected