(self, **kwargs)
| 882 | transport = "cuda-vmm" |
| 883 | |
| 884 | def __init__(self, **kwargs): |
| 885 | calls.append(("init", kwargs)) |
| 886 | |
| 887 | def import_update(self, incoming_manifest): |
| 888 | calls.append(("import", incoming_manifest.update_id)) |
nothing calls this directly
no outgoing calls
no test coverage detected