Skip to content

Add: concise __repr__ methods to PoseResult, BindingModeResult, DockingResult#44

Open
lmorency wants to merge 2 commits intoclaude/write-implementation-MglRZfrom
claude/implement-todo-item-jak9Z
Open

Add: concise __repr__ methods to PoseResult, BindingModeResult, DockingResult#44
lmorency wants to merge 2 commits intoclaude/write-implementation-MglRZfrom
claude/implement-todo-item-jak9Z

Conversation

@lmorency
Copy link
Owner

The default dataclass repr for these frozen models dumps entire pose
lists and nested structures, making interactive use and debugging painful.
Add custom repr methods that show key identifiers and scores compactly.

https://claude.ai/code/session_018UppUCwE47Tkeg7sWvqam8

claude added 2 commits March 10, 2026 22:04
…ngResult

The default dataclass __repr__ for these frozen models dumps entire pose
lists and nested structures, making interactive use and debugging painful.
Add custom __repr__ methods that show key identifiers and scores compactly.

https://claude.ai/code/session_018UppUCwE47Tkeg7sWvqam8
Exclude Python build artifacts (egg-info directories and compiled .so
extension modules) that appear after `pip install -e .`.

https://claude.ai/code/session_018UppUCwE47Tkeg7sWvqam8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants