Path 1: 157 calls (1.0)

ClassDef (157)

False (157)

1def is_interface(node: nodes.ClassDef) -> bool:
2    # bw compatibility
3    return node.type == "interface"  # type: ignore[no-any-return]