Skip to content

Commit 8e9c790

Browse files
committed
docs(deltachat-rpc-client): document Account.check_qr()
1 parent 94f57e7 commit 8e9c790

File tree

1 file changed

+4
-0
lines changed
  • deltachat-rpc-client/src/deltachat_rpc_client

1 file changed

+4
-0
lines changed

deltachat-rpc-client/src/deltachat_rpc_client/account.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ def get_avatar(self) -> Optional[str]:
9595
return self.get_config("selfavatar")
9696

9797
def check_qr(self, qr):
98+
"""Parse QR code contents.
99+
100+
This function takes the raw text scanned
101+
and checks what can be done with it."""
98102
return self._rpc.check_qr(self.id, qr)
99103

100104
def set_config_from_qr(self, qr: str):

0 commit comments

Comments
 (0)