idlesign/django-sitegate

View on GitHub
sitegate/decorators.py

Summary

Maintainability
A
1 hr
Test Coverage

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

    def handle(self, func: Callable, args_func: tuple, kwargs_func: dict, args_dec: tuple, kwargs_dec: dict):
Severity: Minor
Found in sitegate/decorators.py - About 35 mins to fix

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

        def handle(self, func: Callable, args_func: tuple, kwargs_func: dict, args_dec: tuple, kwargs_dec: dict):
    Severity: Minor
    Found in sitegate/decorators.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status