Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XingangPan/DragGAN
/ __del__
Method
__del__
gui_utils/gl_utils.py:284–288 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
282
self.gl_depth_stencil = None
283
284
def
__del__(self):
285
try
:
286
self.delete()
287
except
:
288
pass
289
290
@contextlib.contextmanager
291
def
bind(self):
Callers
nothing calls this directly
Calls
1
delete
Method · 0.95
Tested by
no test coverage detected