euporie.core.widgets.forms.PasswordProcessor

class euporie.core.widgets.forms.PasswordProcessor(char: str = '*')

Processor that masks the input. (For passwords.)

Parameters:

char – (string) Character to be used. “*” by default.