(self, metatensor, archiveinfo, storageinfo, rebuild_args)
| 93 | |
| 94 | class NotYetLoadedTensor: |
| 95 | def __init__(self, metatensor, archiveinfo, storageinfo, rebuild_args): |
| 96 | self.metatensor = metatensor |
| 97 | self.archiveinfo = archiveinfo |
| 98 | self.storageinfo = storageinfo |
| 99 | self.rebuild_args = rebuild_args |
| 100 | |
| 101 | @classmethod |
| 102 | def rebuild_from_type_v2(cls, func, new_type, args, state, *, archiveinfo=None): |
nothing calls this directly
no outgoing calls
no test coverage detected