MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / __init__

Method __init__

datasets/bucket_config.py:115–116  ·  view source on GitHub ↗
(self, *size)

Source from the content-addressed store, hash-verified

113
114 @abstractmethod
115 def __init__(self, *size) -> None:
116 pass
117
118 @abstractmethod
119 def __eq__(self, other) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected