Path 1: 6 calls (1.0)
1def __init__(self) -> None: 2 warnings.warn( 3 "Interface and all of its subclasses have been deprecated " 4 "and will be removed in pylint 3.0.", 5 DeprecationWarning, 6 stacklevel=2, 7 )