Path 1: 2277 calls (1.0)
Name (932) Const (844) Call (174) Attribute (139) BinOp (38) List (29) Subscript (28) Dict (25) Tuple (24) NamedExpr (11)
False (2256) True (21)
1def is_empty_dict_literal(node: nodes.NodeNG | None) -> bool:
2 return isinstance(node, nodes.Dict) and not node.items