Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ from_uri
Method
from_uri
aura/output/base.py:248–249 ·
view source on GitHub ↗
(cls, uri: str)
Source
from the content-addressed store, hash-verified
246
247
@classmethod
248
def
from_uri(cls, uri: str) -> InfoOutputBase:
249
return
cls.get_format(uri)()
250
251
@abstractmethod
252
def
output_info_data(self, data):
Callers
nothing calls this directly
Calls
1
get_format
Method · 0.80
Tested by
no test coverage detected