class _MaskedPrintOption:
Method | __init__ |
Create the masked_print_option object. |
Method | __str__ |
Undocumented |
Method | display |
Display the string to print for masked values. |
Method | enable |
Set the enabling shrink to shrink . |
Method | enabled |
Is the use of the display value enabled? |
Method | set_display |
Set the string to print for masked values. |
Instance Variable | _display |
Undocumented |
Instance Variable | _enabled |
Undocumented |