lliendo/Radar

View on GitHub
radar/network/client.py

Summary

Maintainability
A
2 hrs
Test Coverage

Client has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

class Client(object):

    __metaclass__ = ABCMeta

    def __init__(self, address, port, socket=None, network_monitor_timeout=None, blocking_socket=True):
Severity: Minor
Found in radar/network/client.py - About 2 hrs to fix

    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(self, address, port, socket=None, network_monitor_timeout=None, blocking_socket=True):
    Severity: Minor
    Found in radar/network/client.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status