class documentation

class StringAllowEmpty(String): (source)

View In Hierarchy

Like String but defaults to allow_empty=True
Method __init__ Undocumented

Inherited from String:

Method check No summary
Method tostring Undocumented

Inherited from ConfigDefinition (via String):

Method __eq__ Undocumented
Method __ne__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable allow_empty Undocumented
Instance Variable default Undocumented
Method _check_allow_empty Undocumented
Method _eval_string Undocumented
def __init__(self, default, allow_empty=True): (source)

Undocumented