Method: pylint.checkers.base.basic_checker.BasicChecker._check_dangerous_default.<locals>.is_iterable
Calls: 25, Exceptions: 0, Paths: 1Back
Path 1: 25 calls (1.0)
Call (21) Name (4)
False (25)
1def is_iterable(internal_node: nodes.NodeNG) -> bool:
2 return isinstance(internal_node, (nodes.List, nodes.Set, nodes.Dict))