Path 1: 10504 calls (1.0)

() (10504)

1def deprecated_methods(self) -> Container[str]:
2        """Callback returning the deprecated methods/functions.
3
4        Returns:
5            collections.abc.Container of deprecated function/method names.
6        """
7        return ()