Searched refs:variable_name (Results 1 – 1 of 1) sorted by relevance
661 def read_enum(file_path, variable_name): argument666 logging.info("read '%s' enum structure from %s", variable_name, file_path)676 if 'enum' in line and variable_name in line: