class documentation

class _MaskedPrintOption:

View In Hierarchy

Handle the string used to represent missing data in a masked array.
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
def __init__(self, display):
Create the masked_print_option object.
def __str__(self):

Undocumented

def display(self):
Display the string to print for masked values.
def enable(self, shrink=1):
Set the enabling shrink to shrink.
def enabled(self):
Is the use of the display value enabled?
def set_display(self, s):
Set the string to print for masked values.
_display =

Undocumented

_enabled =

Undocumented