helium/helium-python

View on GitHub
helium/adapter/aiohttp.py

Summary

Maintainability
A
3 hrs
Test Coverage

Function post has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def post(self, url, callback,
Severity: Minor
Found in helium/adapter/aiohttp.py - About 45 mins to fix

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

        def get(self, url, callback,
    Severity: Minor
    Found in helium/adapter/aiohttp.py - About 35 mins to fix

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

          def put(self, url, callback,
      Severity: Minor
      Found in helium/adapter/aiohttp.py - About 35 mins to fix

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

            def patch(self, url, callback,
        Severity: Minor
        Found in helium/adapter/aiohttp.py - About 35 mins to fix

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

              def live(self, session, url,
          Severity: Minor
          Found in helium/adapter/aiohttp.py - About 35 mins to fix

            There are no issues that match your filters.

            Category
            Status