Path 1: 98 calls (1.0)

list (98)

1def modules(self) -> list[PackageEntity]:
2        """Return all module nodes in the diagram."""
3        return [o for o in self.objects if isinstance(o, PackageEntity)]