-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update __repr__ to include Class Name #67
Labels
hacktoberfest
Good issue for Hactoberfest
status: accepted
This issue has been accepted by the maintainers team for implementation
status: help wanted
This issue is tentatively accepted pending a volunteer committed to its implementation
type: minor feature
Comments
jvanderaa
added
status: accepted
This issue has been accepted by the maintainers team for implementation
status: help wanted
This issue is tentatively accepted pending a volunteer committed to its implementation
type: minor feature
labels
Jul 13, 2022
Closed
nautics889
added a commit
to nautics889/pynautobot
that referenced
this issue
Apr 1, 2023
Update `Record` class in pynautobot/core/response.py module. Add more detailed info the `__repr__()` method returns.
@jvanderaa please have a look at #113 I actually thought about adding |
nautics889
added a commit
to nautics889/pynautobot
that referenced
this issue
Apr 1, 2023
Update `Record` class in pynautobot/core/response.py module. Add more detailed info the `__repr__()` method returns.
nautics889
added a commit
to nautics889/pynautobot
that referenced
this issue
Apr 4, 2023
Update `__repr__()` of `Record` class in pynautobot/core/response.py module. Add object's memory location to repr string. Removed word 'object'.
nautics889
added a commit
to nautics889/pynautobot
that referenced
this issue
Apr 4, 2023
Update `__repr__()` of `Record` class in pynautobot/core/response.py module. Get rid of ambiguous meaning of 'name=' in the string which `__repr__()` returns.
nautics889
added a commit
to nautics889/pynautobot
that referenced
this issue
Apr 4, 2023
Update docstring for `Record` class in pynautobot/core/response.py module.
jvanderaa
added a commit
that referenced
this issue
Apr 10, 2023
fix: Enhancement of __repr__ method (#67)
jamesharr
pushed a commit
to jamesharr/pynautobot
that referenced
this issue
Jun 15, 2023
Update `Record` class in pynautobot/core/response.py module. Add more detailed info the `__repr__()` method returns.
jamesharr
pushed a commit
to jamesharr/pynautobot
that referenced
this issue
Jun 15, 2023
Update `__repr__()` of `Record` class in pynautobot/core/response.py module. Add object's memory location to repr string. Removed word 'object'.
jamesharr
pushed a commit
to jamesharr/pynautobot
that referenced
this issue
Jun 15, 2023
Update `__repr__()` of `Record` class in pynautobot/core/response.py module. Get rid of ambiguous meaning of 'name=' in the string which `__repr__()` returns.
jamesharr
pushed a commit
to jamesharr/pynautobot
that referenced
this issue
Jun 15, 2023
Update docstring for `Record` class in pynautobot/core/response.py module.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
hacktoberfest
Good issue for Hactoberfest
status: accepted
This issue has been accepted by the maintainers team for implementation
status: help wanted
This issue is tentatively accepted pending a volunteer committed to its implementation
type: minor feature
Per issue #65...
It would be good to provide a more descriptive
__repr__
to not confuse what the object is that is being viewed.The text was updated successfully, but these errors were encountered: