BLKSerene/Wordless

View on GitHub
wordless/wl_dialogs/wl_dialogs.py

Summary

Maintainability
A
2 hrs
Test Coverage

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

    def __init__(self, main, title, width = 0, height = 0, resizable = True, icon = True, no_buttons = False):
Severity: Major
Found in wordless/wl_dialogs/wl_dialogs.py - About 50 mins to fix

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

        def __init__(
    Severity: Minor
    Found in wordless/wl_dialogs/wl_dialogs.py - About 45 mins to fix

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

          def __init__(self, main, title, width = 0, height = 0, resizable = True):
      Severity: Minor
      Found in wordless/wl_dialogs/wl_dialogs.py - About 35 mins to fix

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

            def __init__(self, main, title, width = 0, height = 0, resizable = True):
        Severity: Minor
        Found in wordless/wl_dialogs/wl_dialogs.py - About 35 mins to fix

          There are no issues that match your filters.

          Category
          Status