class documentation

Represents the candidates which a config value should be one of. Example: app.add_config_value('latex_show_urls', 'no', None, ENUM('no', 'footnote', 'inline'))

Method __init__ Undocumented
Method match Undocumented
Instance Variable candidates Undocumented
def __init__(self, *candidates): (source)

Undocumented

Parameters
*candidates:strUndocumented
def match(self, value): (source)

Undocumented

Parameters
value:(str|list)|tupleUndocumented
Returns
boolUndocumented
candidates = (source)

Undocumented