This repository was archived by the owner on Apr 1, 2026. It is now read-only.
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
__repr__ to work even when the object hasn't fully been initialized #728
When running in a debugger (e.g. https://github.com/microsoft/debugpy in VS Code), setting a breakpoint in
__init__will crash the debugger.