password_char property
password_char property
Gets and sets a character to be displayed in place of the characters entered.
Definition:
@property
def password_char(self):
...
@password_char.setter
def password_char(self, value):
...
Gets and sets a character to be displayed in place of the characters entered.
@property
def password_char(self):
...
@password_char.setter
def password_char(self, value):
...