Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __getattr__(self, key):
"""Return a MethodsProxy for the requested interface."""
return dbus.MethodsProxy(self._object_proxy, Interface[key])