Skip to content

Remove uneccessary use of dunder methods#5181

Open
Flamefire wants to merge 1 commit intoeasybuilders:developfrom
Flamefire:dunder-methods
Open

Remove uneccessary use of dunder methods#5181
Flamefire wants to merge 1 commit intoeasybuilders:developfrom
Flamefire:dunder-methods

Conversation

@Flamefire
Copy link
Copy Markdown
Contributor

Replace use of "dunder methods" (__foo__) by the canonical equivalents. E.g. value.__repr__()) -> repr(value)

Cleanup suggested by PyLint

Replace use of "dunder methods" (`__foo__`) by the canonical equivalents.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant