Path 1: 550 calls (1.0)

ClassDef (502) Subscript (27) Name (18) BinOp (3)

False (493) True (57)

1def has_node(self, node: nodes.NodeNG) -> bool:
2        """Return true if the given node is included in the diagram."""
3        return node in self._nodes