Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/beeware/toga
/ __del__
Method
__del__
cocoa/src/toga_cocoa/window.py:549–550 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
547
self.native_toolbar = None
548
549
def
__del__(self):
550
self.purge_toolbar()
551
552
def
create_menus(self):
553
# macOS doesn't have window-level menus
Callers
nothing calls this directly
Calls
1
purge_toolbar
Method · 0.95
Tested by
no test coverage detected