jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

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

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

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

                    def setMicroBitPixel(self, title, x, y, brightness):
                Severity: Minor
                Found in appJar/appjar.py - About 35 mins to fix

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

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

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

                        def setMenuImage(self, menu, title, image, align="left"):
                    Severity: Minor
                    Found in appJar/appjar.py - About 35 mins to fix

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

                          def setMenuIcon(self, menu, title, icon, align="left"):
                      Severity: Minor
                      Found in appJar/appjar.py - About 35 mins to fix

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

                            def _changeMenuState(self, menu, state, text, limit=None):
                        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, parent, fonts, isHeader=False, wrap=0, **opts):
                          Severity: Minor
                          Found in appJar/appjar.py - About 35 mins to fix

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

                                def popUp(self, title, message=None, kind="info", parent=None):
                            Severity: Minor
                            Found in appJar/appjar.py - About 35 mins to fix

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

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

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

                                    def addLabels(self, names, row=None, colspan=0, rowspan=0):
                                Severity: Minor
                                Found in appJar/appjar.py - About 35 mins to fix

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

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

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

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

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

                                          def addToolbar(self, names, funcs, findIcon=False, **kwargs):
                                      Severity: Minor
                                      Found in appJar/appjar.py - About 35 mins to fix

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

                                            def _setMenu(self, menu, title, value, kind):
                                        Severity: Minor
                                        Found in appJar/appjar.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language