paco/reduce.py

Summary

Maintainability
A
45 mins
Test Coverage

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

def reduce(coro, iterable, initializer=None, limit=1, right=False, loop=None):
Severity: Minor
Found in paco/reduce.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status