prompt_string property

prompt_string property

Gets or sets the prompt string.

Definition:

@property
def prompt_string(self):
    ...
@prompt_string.setter
def prompt_string(self, value):
    ...

See Also