documented return value for create_account
This commit is contained in:
parent
9782196b3c
commit
ba090e0f44
1 changed files with 2 additions and 0 deletions
|
|
@ -501,6 +501,8 @@ def create_account(
|
||||||
report_to (Object): An object with a msg() method to report
|
report_to (Object): An object with a msg() method to report
|
||||||
errors to. If not given, errors will be logged.
|
errors to. If not given, errors will be logged.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
(object) The acount object of the new account.
|
||||||
Raises:
|
Raises:
|
||||||
ValueError: If `key` already exists in database.
|
ValueError: If `key` already exists in database.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue