Destroy current context
(self, type, value, tb)
| 165 | return self |
| 166 | |
| 167 | def __exit__(self, type, value, tb): |
| 168 | """Destroy current context""" |
| 169 | _check_return(_NVML.get_function("nvmlShutdown")()) |
| 170 | |
| 171 | def num_devices(self): |
| 172 | """Get number of devices """ |
nothing calls this directly
no test coverage detected