jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

Avoid deeply nested control flow statements.
Open

                with app3.frame():
                    app3.label("stacks-3")

Severity: Major
Found in tests/widget_test.py - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                    with app3.frame():
                        app3.label("stacks-1")
                    with app3.frame():
    Severity: Major
    Found in tests/widget_test.py - About 45 mins to fix

      Consider simplifying this complex logical expression.
      Open

                  if mode == "set" or (mode in [ "in", "clear"] and entry.showingDefault):
                      var.set("")
                      entry.showingDefault = False
                      entry.config(justify=entry.oldJustify)
                      if not self.ttkFlag:
      Severity: Major
      Found in appJar/appjar.py - About 40 mins to fix

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

            def _registerInternalDragSource(self, kind, title, widget, function=None):
        Severity: Minor
        Found in appJar/appjar.py - About 35 mins to fix

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

              def table(self, title, value=None, *args, **kwargs):
          Severity: Minor
          Found in appJar/appjar.py - About 35 mins to fix

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

                def updatePlot(self, title, t, s, keepLabels=False):
            Severity: Minor
            Found in appJar/appjar.py - About 35 mins to fix

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

                  def properties(self, title, value=None, *args, **kwargs):
              Severity: Minor
              Found in appJar/appjar.py - About 35 mins to fix

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

                    def spin(self, title, value=None, *args, **kwargs):
                Severity: Minor
                Found in appJar/appjar.py - About 35 mins to fix

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

                      def date(self, title, value=None, *args, **kwargs):
                  Severity: Minor
                  Found in appJar/appjar.py - About 35 mins to fix

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

                        def setScaleRange(self, title, start, end, curr=None):
                    Severity: Minor
                    Found in appJar/appjar.py - About 35 mins to fix

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

                          def spinbox(self, title, value=None, *args, **kwargs):
                      Severity: Minor
                      Found in appJar/appjar.py - About 35 mins to fix

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

                            def getWidgetProperty(self, kind, name, val, prop):
                        Severity: Minor
                        Found in appJar/appjar.py - About 35 mins to fix

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

                              def datePicker(self, title, value=None, *args, **kwargs):
                          Severity: Minor
                          Found in appJar/appjar.py - About 35 mins to fix

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

                                def listbox(self, title, value=None, *args, **kwargs):
                            Severity: Minor
                            Found in appJar/appjar.py - About 35 mins to fix

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

                                  def listBox(self, title, value=None, *args, **kwargs):
                              Severity: Minor
                              Found in appJar/appjar.py - About 35 mins to fix

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

                                    def radioButton(self, title, name=None, *args, **kwargs):
                                Severity: Minor
                                Found in appJar/appjar.py - About 35 mins to fix

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

                                              def __init__(self, master, fill=False, changeOnFocus=True, font=None, **kwargs):
                                  Severity: Minor
                                  Found in appJar/appjar.py - About 35 mins to fix

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

                                        def label(self, title, value=None, *args, **kwargs):
                                    Severity: Minor
                                    Found in appJar/appjar.py - About 35 mins to fix

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

                                          def page(self, windowTitle=None, pageNumber=None, sticky="nw", **kwargs):
                                      Severity: Minor
                                      Found in appJar/appjar.py - About 35 mins to fix

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

                                            def option(self, title, value=None, *args, **kwargs):
                                        Severity: Minor
                                        Found in appJar/appjar.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language