666
666
def string_from_client(self, client, key):
667
667
return self.valuetostring(client[key], key)
671
671
if isinstance(value, dbus.Boolean):
672
672
return "Yes" if value else "No"
673
673
if keyword in ("Timeout", "Interval", "ApprovalDelay",
674
674
"ApprovalDuration", "ExtendedTimeout"):
678
678
def header_line(self, format_string):