jarvisteach/appJar

View on GitHub

Showing 542 of 3,395 total issues

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

        def addMarker(self, location, size=None, colour=None, label=None, replace=False):
    Severity: Minor
    Found in appJar/appjar.py - About 35 mins to fix

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

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

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

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

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

              def prompt(self, title, message, kind="string", parent=None):
          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 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 __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

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

                        def textAreaUntagRange(self, title, tag, start, end=END):
                    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 menu has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

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

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

                              def textBox(self, title="Text Box", question="Enter text", defaultValue=None, parent=None):
                          Severity: Minor
                          Found in appJar/appjar.py - About 35 mins to fix

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

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

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

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

                                        def __init__(
                                    Severity: Minor
                                    Found in appJar/lib/tooltip.py - About 35 mins to fix

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

                                      def write_pnm(file, width, height, pixels, meta):
                                      Severity: Minor
                                      Found in appJar/lib/png.py - About 35 mins to fix

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

                                            def bindtarget(self, window, callback, dndtype, event='<Drop>', priority=50):
                                        Severity: Minor
                                        Found in appJar/lib/TkDND_wrapper.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language