Lines Matching defs:description
12 description = ''39 global description40 if description:41 result['description'] = description.strip()57 global description61 description = ''67 if len(description):68 description += '\n'69 description += trimLine[2:]