Searched refs:component_type (Results 1 – 3 of 3) sorted by relevance
136 component_type = struct.unpack(COMPONENT_TYPE_FMT, component_type_buffer)146 return component_addr, component_type[0], component_size[0]149 component_name, component_type, component_size = \151 if component_name is None or component_type is None or component_size is None:159 elif component_type == 0:161 elif component_type == 1:
69 def component_type(self): member in Config72 @component_type.setter73 def component_type(self, value: str): member in Config392 self.component_type = config_content.get('component_type', None)
54 config.component_type = product_info.get('component_type')