Home
last modified time | relevance | path

Searched refs:convert_choice (Results 1 – 1 of 1) sorted by relevance

/external/python/parse_type/parse_type/
Dbuilder.py146 def convert_choice(text): function
149 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 = choices
155 return convert_choice