python-security/pyt

View on GitHub
pyt/core/node_types.py

Summary

Maintainability
B
5 hrs
Test Coverage

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

    def __init__(
Severity: Major
Found in pyt/core/node_types.py - About 1 hr to fix

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

        def __init__(self, label, left_hand_side, ast_node, right_hand_side_variables, *, line_number, path, func_name):
    Severity: Major
    Found in pyt/core/node_types.py - About 1 hr to fix

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

          def __init__(self, label, left_hand_side, ast_node, right_hand_side_variables, *, line_number=None, path):
      Severity: Major
      Found in pyt/core/node_types.py - About 50 mins to fix

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

            def __init__(self, label, left_hand_side, right_hand_side_variables, *, line_number, path):
        Severity: Minor
        Found in pyt/core/node_types.py - About 45 mins to fix

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

              def __init__(
          Severity: Minor
          Found in pyt/core/node_types.py - About 45 mins to fix

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

                def __init__(self, label, ast_node, *, line_number=None, path):
            Severity: Minor
            Found in pyt/core/node_types.py - About 35 mins to fix

              There are no issues that match your filters.

              Category
              Status