jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

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 optionbox has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

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

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

          def image(self, title, value=None, *args, **kwargs):
      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 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 __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 tick has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def tick(self, title, value=None, *args, **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

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

                      def optionBox(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 _setWidgetMap has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def _setWidgetMap(self, name, _type, func, coords):
                      Severity: Minor
                      Found in appJar/appjar.py - About 35 mins to fix

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

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

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

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

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

                                def combo(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 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 changeOptionBox has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def changeOptionBox(self, title, options, index=None, callFunction=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 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 _startInternalDrag has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            def _startInternalDrag(self, event, title, name, widget):
                                        Severity: Minor
                                        Found in appJar/appjar.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language