Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ __str__
Method
__str__
tools/meta_codegen/framework/log.py:161–162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
159
val: str =
''
160
161
def
__str__(self) -> str:
162
return
f
"in attribute: [{' > '.join(reversed(self.path))}: {self.val}]"
163
164
165
@dataclass
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected