Skip to content

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

Closed
wants to merge 1 commit into from

Conversation

coffeedogs
Copy link
Contributor

@coffeedogs coffeedogs commented Oct 10, 2018

Changes based on style and lint checks. (final_code_quality_9)

@coffeedogs coffeedogs force-pushed the final_code_quality_9 branch from fd8d6a8 to 8d33f3c Compare October 12, 2018 09:55
Copy link
Member

@PeterSurda PeterSurda left a 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.

@coffeedogs coffeedogs force-pushed the final_code_quality_9 branch from 8d33f3c to e3cc167 Compare October 12, 2018 13:50
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)
Copy link
Collaborator

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.

Copy link
Member

@PeterSurda PeterSurda Oct 19, 2018

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.

@g1itch
Copy link
Collaborator

g1itch commented Oct 19, 2018

network.udp

@coffeedogs coffeedogs force-pushed the final_code_quality_9 branch from e3cc167 to 9bc9748 Compare October 19, 2018 13:43
@coffeedogs coffeedogs changed the title Changes based on style and lint checks. Some empty docstrings remain … Changes based on style and lint checks. (final_code_quality_9) Oct 20, 2018
@coffeedogs coffeedogs force-pushed the final_code_quality_9 branch from 9bc9748 to cfdf8a0 Compare October 20, 2018 14:24
@coffeedogs coffeedogs force-pushed the final_code_quality_9 branch from cfdf8a0 to 5e9c07a Compare October 31, 2018 15:29
…to be completed in the future. (final_code_quality_9)
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.

3 participants