Searched refs:convert_choice (Results 1 – 1 of 1) sorted by relevance
146 def convert_choice(text): function149 if strict and text not in convert_choice.choices:150 values = ", ".join(convert_choice.choices)153 convert_choice.pattern = r"|".join(choices)154 convert_choice.choices = choices155 return convert_choice