Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ __str__
Method
__str__
aura/uri_handlers/base.py:209–210 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
207
self.metadata[
"sha512"
] = sha512.hexdigest()
208
209
def
__str__(self):
210
return
self.strip(self.str_location)
211
212
def
__hash__(self):
213
return
hash(self.location)
Callers
nothing calls this directly
Calls
1
strip
Method · 0.95
Tested by
no test coverage detected