sea/local.py

Summary

Maintainability
C
1 day
Test Coverage

Proxy has 67 functions (exceeds 20 allowed). Consider refactoring.
Open

class Proxy(object):
    """Proxy to another object."""

    # Code stolen from werkzeug.local.Proxy.
    __slots__ = ('__local', '__args', '__kwargs', '__dict__')
Severity: Major
Found in sea/local.py - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status