MCPcopy Create free account
hub / github.com/city96/ComfyUI-GGUF / __new__

Method __new__

ops.py:54–55  ·  view source on GitHub ↗
(cls, *args, tensor_type, tensor_shape, patches=[], **kwargs)

Source from the content-addressed store, hash-verified

52 self.patches = patches
53
54 def __new__(cls, *args, tensor_type, tensor_shape, patches=[], **kwargs):
55 return super().__new__(cls, *args, **kwargs)
56
57 def to(self, *args, **kwargs):
58 new = super().to(*args, **kwargs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected