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
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.
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:The text was updated successfully, but these errors were encountered: