Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ _sizes
Method
_sizes
tasks/base_task.py:39–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
38
@property
39
def
_sizes(self):
40
return
self.sizes
41
42
def
__getitem__(self, index):
43
raise
NotImplementedError
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected