c0fec0de/anytree

View on GitHub
anytree/cachedsearch.py

Summary

Maintainability
A
1 hr
Test Coverage

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

def findall(node, filter_=None, stop=None, maxlevel=None, mincount=None, maxcount=None):
Severity: Minor
Found in anytree/cachedsearch.py - About 45 mins to fix

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

    def findall_by_attr(node, value, name="name", maxlevel=None, mincount=None, maxcount=None):
    Severity: Minor
    Found in anytree/cachedsearch.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status