jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

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

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

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

          def link(self, title, value=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 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 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 button has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

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

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

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

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

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

                          def pie(self, title, value=None, *args, **kwargs):
                      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 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

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

                                  def textAreaTagPattern(self, title, tag, pattern, regexp=False):
                              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 highlightPattern has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def highlightPattern(self, pattern, tag, start="1.0", end="end", regexp=False):
                                  Severity: Minor
                                  Found in appJar/appjar.py - About 35 mins to fix

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

                                        def _buildEntry(self, title, frame, secret=False, words=[]):
                                    Severity: Minor
                                    Found in appJar/appjar.py - About 35 mins to fix

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

                                          def addMenu(self, name, func, shortcut=None, underline=-1):
                                      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, title, name, XY, widg=None):
                                        Severity: Minor
                                        Found in appJar/appjar.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language