Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygrad/tinygrad
/ __exit__
Method
__exit__
extra/usbgpu/debug.py:25–26 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
23
return
self
24
25
def
__exit__(self, exc_type, exc_value, traceback):
26
self.close()
27
28
def
open(self):
29
self.ftdi = Ftdi()
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected