Path 1: 2322 calls (1.0)
Name (932) Const (844) Call (174) Attribute (139) List (56) Tuple (44) BinOp (38) Subscript (28) Dict (23) NamedExpr (11)
False (2277) True (45)
1def is_base_container(node: nodes.NodeNG | None) -> bool:
2 return isinstance(node, nodes.BaseContainer) and not node.elts