os3/core/list.py

Summary

Maintainability
A
2 hrs
Test Coverage

Os3List has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

class Os3List(Os3Item):
    default_format = 'list'
    _tuple_filters = None
    _dict_filters = None
    _sort = None # []
Severity: Minor
Found in os3/core/list.py - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status