Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMeshLab/MeshXL
/ __init__
Method
__init__
datasets/dummy_dataset.py:9–11 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
7
class
Dataset:
8
9
def
__init__(self, *args, **kwargs):
10
super().__init__()
11
self.eval_func = evaluate
12
13
def
__len__(self):
14
return
10
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected