fuzeman/byte

View on GitHub
byte/collection.py

Summary

Maintainability
A
3 hrs
Test Coverage

Collection has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class Collection(object):
    """Collection for the storage of keyed items."""

    def __init__(self, model_or_uri=None, uri=None, model=None, executor=None, plugins=None, **kwargs):
        """
Severity: Minor
Found in byte/collection.py - About 2 hrs to fix

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

        def __init__(self, model_or_uri=None, uri=None, model=None, executor=None, plugins=None, **kwargs):
    Severity: Minor
    Found in byte/collection.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status