in keyper/__init__.py [0:0]
def set_password(
password: str,
*,
account: str,
service: str,
label: Optional[str] = None,
creator: Optional[str] = None,
type_code: Optional[str] = None,
kind: Optional[str] = None,
attribute: Optional[str] = None,
comment: Optional[str] = None,
allow_any_app_access: bool = False,
apps_with_access: Optional[List[str]] = None,
update_if_exists: bool = False,
keychain: Optional["Keychain"] = None,