-
Notifications
You must be signed in to change notification settings - Fork 573
Changes based on style and lint checks. (final_code_quality_9) #1367
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
Conversation
fd8d6a8
to
8d33f3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fill out docstrings and check the other comments I made.
8d33f3c
to
e3cc167
Compare
port = 8444 | ||
announceInterval = 60 | ||
|
||
def __init__(self, host=None, sock=None, announcing=False): | ||
super(BMProto, self).__init__(sock=sock) | ||
super(UDPSocket, self).__init__(sock=sock) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test? This may be the __init__
of AdvancedDispatcher
or ObjectTracker
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, this needs to be tested due to multiple inheritance.
e3cc167
to
9bc9748
Compare
9bc9748
to
cfdf8a0
Compare
cfdf8a0
to
5e9c07a
Compare
5e9c07a
to
e05b49d
Compare
…to be completed in the future. (final_code_quality_9)
e05b49d
to
643c657
Compare
Changes based on style and lint checks. (final_code_quality_9)