Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/TRELLIS
/ get_instance
Method
get_instance
trellis/datasets/components.py:45–46 ·
view source on GitHub ↗
(self, root: str, instance: str)
Source
from the content-addressed store, hash-verified
43
44
@abstractmethod
45
def
get_instance(self, root: str, instance: str) -> Dict[str, Any]:
46
pass
47
48
def
__len__(self):
49
return
len(self.instances)
Callers
3
__getitem__
Method · 0.95
get_instance
Method · 0.45
get_instance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected