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

Apply new convention of delimiting instance params in str function #2890

Closed
mpenkov opened this issue Jul 20, 2020 · 0 comments · Fixed by #3251
Closed

Apply new convention of delimiting instance params in str function #2890

mpenkov opened this issue Jul 20, 2020 · 0 comments · Fixed by #3251
Labels
housekeeping internal tasks and processes impact LOW Low impact on affected users reach LOW Affects only niche use-case users

Comments

@mpenkov
Copy link
Collaborator

mpenkov commented Jul 20, 2020

        return "%s<%s>" % (self.__class__.__name__, ', '.join(vals))

By convention, we now use <> to delimit instance parameters in str().
I know this PR carried this code over without change, just cleaning up.

Originally posted by @piskvorky in #2698

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping internal tasks and processes impact LOW Low impact on affected users reach LOW Affects only niche use-case users
Projects
None yet
1 participant