Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAMMiCA/ChangeSim
/ __del__
Method
__del__
script/utils/visualization.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
self.update_renderer()
17
18
def
__del__(self):
19
self.__vis.destroy_window()
20
21
def
render(self):
22
self.__vis.poll_events()
Callers
nothing calls this directly
Calls
1
destroy_window
Method · 0.80
Tested by
no test coverage detected