MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / __str__

Method __str__

tools/meta_codegen/framework/log.py:174–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172class AttrShorthandStack(AttrStack):
173
174 def __str__(self) -> str:
175 return f"in shorthand: [{' > '.join(self.path): {self.val}}]"
176
177
178@dataclass

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected