keyper/__init__.py [272:284]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    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,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



keyper/__init__.py [672:684]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        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,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



