You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should look like a valid Python expression that could be used to recreate an object with the same value (given an appropriate environment). If this is not possible, a string of the form <...some useful description...> should be returned.
currently it's only returning the resource name.
We could have the str methods to return the names, but repr should be able to give a visual representation of the entire object
The text was updated successfully, but these errors were encountered:
As per the official python documentation,
__repr__
:currently it's only returning the resource name.
We could have the str methods to return the names, but repr should be able to give a visual representation of the entire object
The text was updated successfully, but these errors were encountered: