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
I've written the __repr__ methods in a way that makes it super quick to know what methods are available on a manager. However, when looking at a list of companyfiles, you end up getting something like this:
This obviously (a) looks silly, and (b) provides no insight as to what each companyfile is. Should at the very least include the name and uid of the companyfile, and also consider moving the method list to a separate methods() function rather than having the repr list available endpoints.
The text was updated successfully, but these errors were encountered:
I've written the
__repr__
methods in a way that makes it super quick to know what methods are available on a manager. However, when looking at a list of companyfiles, you end up getting something like this:This obviously (a) looks silly, and (b) provides no insight as to what each companyfile is. Should at the very least include the name and uid of the companyfile, and also consider moving the method list to a separate
methods()
function rather than having therepr
list available endpoints.The text was updated successfully, but these errors were encountered: