Skip to content

Consider using super idiom for child classes #124

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

Closed
slivingston opened this issue Dec 28, 2016 · 0 comments · Fixed by #710
Closed

Consider using super idiom for child classes #124

slivingston opened this issue Dec 28, 2016 · 0 comments · Fixed by #710
Assignees
Milestone

Comments

@slivingston
Copy link
Member

Following discussion in pull request #110 (in particular, #110 (comment)), this issue is to decide whether to switch to using the super function when accessing members of parent classes.

Relevant reading in the Python documentation is https://docs.python.org/3/library/functions.html#super

At the current tip of master branch, I found three relevant parts of the code:

@murrayrm murrayrm self-assigned this Mar 19, 2022
@murrayrm murrayrm added this to the 0.9.2 milestone Mar 19, 2022
@murrayrm murrayrm linked a pull request Mar 22, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants