Home
last modified time | relevance | path

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

/external/emboss/compiler/front_end/
Dattribute_checker.py40 _VALID_BYTE_ORDER = attribute_util.string_from_list(
42 _VALID_TEXT_OUTPUT = attribute_util.string_from_list({"Emit", "Skip"})
/external/emboss/compiler/util/
Dattribute_util.py99 def string_from_list(valid_values): function