Return a detailed, multi-line string describing this object for debugging.
Source code in src/forging_blocks/foundation/debuggable.py
| def as_debug_string(self) -> str:
"""Return a detailed, multi-line string describing this object for debugging."""
...
|