Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add __repr__ to EntityReference #1186

Closed
Tracked by #813
foundrytom opened this issue Nov 2, 2023 · 0 comments · Fixed by #1197
Closed
Tracked by #813

Add __repr__ to EntityReference #1186

foundrytom opened this issue Nov 2, 2023 · 0 comments · Fixed by #1197
Assignees

Comments

@foundrytom
Copy link
Collaborator

foundrytom commented Nov 2, 2023

What

Add __repr__ support to EntityReference

Why

[<openassetio._openassetio.EntityReference object at 0x10e9b69f0>, <openassetio._openassetio.EntityReference object at 0x10e9b69f0>, <openassetio._openassetio.EntityReference
 object at 0x10e9b69f0>]

Makes debugging really hard.

Acceptance Criteria

e = EntityReference("aRef")
repr(e)
<openassetio.EntityReference aRef>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant