Searched refs:ProseListFormats (Results 1 – 2 of 2) sorted by relevance
42 class ProseListFormats(Enum): class59 if self in (ProseListFormats.OR, ProseListFormats.ANY_OR):65 if self == ProseListFormats.ANY_OR:68 elif self == ProseListFormats.EACH_AND:93 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs):189 fmt = ProseListFormats.from_string(fmt)
12 from spec_tools.conventions import ProseListFormats as plf