def __getattribute__()

in src/speechbox/utils/import_utils.py [0:0]


    def __getattribute__(cls, key):
        if key.startswith("_") and key != "_from_config":
            return super().__getattribute__(key)
        requires_backends(cls, cls._backends)