ionelmc/python-lazy-object-proxy

View on GitHub
src/lazy_object_proxy/slots.py

Summary

Maintainability
D
2 days
Test Coverage

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

class Proxy(with_metaclass(_ProxyMetaType)):
    """
    A proxy implementation in pure Python, using slots. You can subclass this to add
    local methods or attributes, or enable __dict__.

Severity: Major
Found in src/lazy_object_proxy/slots.py - About 1 day to fix

    File slots.py has 302 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import operator
    
    from .compat import string_types
    from .compat import with_metaclass
    from .utils import await_
    Severity: Minor
    Found in src/lazy_object_proxy/slots.py - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status