c0fec0de/anytree

View on GitHub
anytree/search.py

Summary

Maintainability
A
2 hrs
Test Coverage

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/search.py - About 45 mins to fix

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

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

      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/search.py - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status