Home
last modified time | relevance | path

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

/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py18 string_types = dict( variable
107 string_type = string_types["ASCII"]
281 vendor_desc_title_str_type = string_types["ASCII"]
372 component_image_set_version_string_type = string_types["ASCII"]
543 component_version_string_type = string_types["ASCII"]
/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py801 string_types = (str, unicode)
803 string_types = (bytes, str)
804 return string_types
1095 string_types = get_string_types()
1096 simple_types = int_types + string_types + (float, bool, type, type(None))
1129 elif type(var_value) in string_types: