DesktopApp.username_exists#
- DesktopApp.username_exists(username)#
Checks if the username is exists in the database.
- Parameters:
username (str) –
- Returns:
Trueif the username exists, otherwiseFalse.- Return type:
bool
Site Navigation
Section Navigation
Checks if the username is exists in the database.
username (str) –
True if the username exists, otherwise False.
bool