jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

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

    def _registerExternalDropTarget(self, title, widget, function=None, replace=True):
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

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

          def threadCallback(self, func, callback, *args, **kwargs):
      Severity: Minor
      Found in appJar/appjar.py - About 35 mins to fix

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

            def updateListBox(self, title, items, select=False, callFunction=True):
        Severity: Minor
        Found in appJar/appjar.py - About 35 mins to fix

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

              def renameOptionBoxItem(self, title, item, newName=None, callFunction=False):
          Severity: Minor
          Found in appJar/appjar.py - About 35 mins to fix

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

                def _soundWrap(self, sound, isFile=False, repeat=False, wait=False):
            Severity: Minor
            Found in appJar/appjar.py - About 35 mins to fix

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

                  def _buildButton(self, title, func, frame, name=None):
              Severity: Minor
              Found in appJar/appjar.py - About 35 mins to fix

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

                    def setProperty(self, title, prop, value=False, callFunction=True):
                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 addListItem has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def addListItem(self, title, item, pos=None, select=True):
                    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 checkBox has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

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

                                      def configureWidgets(self, kind, names, option, value):
                                  Severity: Minor
                                  Found in appJar/appjar.py - About 35 mins to fix

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

                                        def _getRCS(self, row, column, colspan, rowspan):
                                    Severity: Minor
                                    Found in appJar/appjar.py - About 35 mins to fix

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

                                          def setListItem(self, title, item, newVal, first=False):
                                      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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language