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

Some question about code #12

Open
LC-HX opened this issue May 19, 2019 · 1 comment
Open

Some question about code #12

LC-HX opened this issue May 19, 2019 · 1 comment

Comments

@LC-HX
Copy link

LC-HX commented May 19, 2019

there are lots of methods which call the methods of superclass that there exactly isn't this method in the superclass and the names of these two methods are always the same. Is this a special feature for Python?
eg. super(SimpleSynchronizationStrategyMixin,self).set_messenger(messenger)
the superclass of SimpleSynchronizationStrategyMixin is object not containing the method "set_messenger". Exactly the name of method containing this line of code is also "set_messenger"

@cocagne
Copy link
Owner

cocagne commented May 19, 2019 via email

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

No branches or pull requests

2 participants