hackedteam/vector-edk

View on GitHub

Showing 9,525 of 13,510 total issues

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

    def _convert_flags(self,fromlist,tolist,flaglist,context,numlines):
Severity: Minor
Found in AppPkg/Applications/Python/Python-2.7.2/Lib/difflib.py - About 35 mins to fix

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

    Severity: Minor
    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/tarfile.py - About 35 mins to fix

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

      def _format(percent, value, grouping=False, monetary=False, *additional):
      Severity: Minor
      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/locale.py - About 35 mins to fix

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

        def header_encode(header, charset='iso-8859-1', keep_eols=False,
        Severity: Minor
        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/email/base64mime.py - About 35 mins to fix

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

          def _split_ascii(s, firstlen, restlen, continuation_ws, splitchars):
          Severity: Minor
          Found in AppPkg/Applications/Python/Python-2.7.2/Lib/email/header.py - About 35 mins to fix

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

            def _mdiff(fromlines, tolines, context=None, linejunk=None,
            Severity: Minor
            Found in AppPkg/Applications/Python/Python-2.7.2/Lib/difflib.py - About 35 mins to fix

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

              def formatwarning(message, category, filename, lineno, line=None):
              Severity: Minor
              Found in AppPkg/Applications/Python/Python-2.7.2/Lib/warnings.py - About 35 mins to fix

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

                def runctx(statement, globals, locals, filename=None, sort=-1):
                Severity: Minor
                Found in AppPkg/Applications/Python/Python-2.7.2/Lib/cProfile.py - About 35 mins to fix

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

                      def __init__(self, buffer, encoding=None, errors=None, newline=None,
                  Severity: Minor
                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/_pyio.py - About 35 mins to fix

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

                        def pryear(self, theyear, w=0, l=0, c=6, m=3):
                    Severity: Minor
                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/calendar.py - About 35 mins to fix

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

                          def formatyear(self, theyear, w=2, l=1, c=6, m=3):
                      Severity: Minor
                      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/calendar.py - About 35 mins to fix

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

                        def _serialize_html(write, elem, encoding, qnames, namespaces):
                        Severity: Minor
                        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ElementTree.py - About 35 mins to fix

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

                              def attlist_decl_handler(self, elem, name, type, default, required):
                          Severity: Minor
                          Found in AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/expatbuilder.py - About 35 mins to fix

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

                                def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name):
                            Severity: Minor
                            Found in AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/expatreader.py - About 35 mins to fix

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

                                  def _pack_cookie(self, position, dec_flags=0,
                              Severity: Minor
                              Found in AppPkg/Applications/Python/Python-2.7.2/Lib/_pyio.py - About 35 mins to fix

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

                                    def writexml(self, writer, indent="", addindent="", newl="",
                                Severity: Minor
                                Found in AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/minidom.py - About 35 mins to fix

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

                                      def assertNotAlmostEqual(self, first, second, places=None, msg=None, delta=None):
                                  Severity: Minor
                                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/case.py - About 35 mins to fix

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

                                        def assertRaisesRegexp(self, expected_exception, expected_regexp,
                                    Severity: Minor
                                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/case.py - About 35 mins to fix

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

                                          def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None):
                                      Severity: Minor
                                      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/case.py - About 35 mins to fix

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

                                        def _serialize_xml(write, elem, encoding, qnames, namespaces):
                                        Severity: Minor
                                        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ElementTree.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language