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:167–168 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
165
@dataclass
166
class
AttrPathStack(AttrStack):
167
def
__str__(self) -> str:
168
return
f
"in path shorthand: [{' > '.join(self.path)}: {self.val}]"
169
170
171
@dataclass
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected