MCPcopy
hub / github.com/tinygrad/tinygrad / __enter__

Method __enter__

extra/usbgpu/debug.py:21–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 self.provisioned = False
20
21 def __enter__(self):
22 self.open()
23 return self
24
25 def __exit__(self, exc_type, exc_value, traceback):
26 self.close()

Callers

nothing calls this directly

Calls 1

openMethod · 0.95

Tested by

no test coverage detected