Lines Matching refs:result
36 result = ''
39 if len(result) != 0:
40 result += '\n'
46 result += user_comment
49 result += generated_comment + '\n'
52 result += MakePemBlockString(block.name, block.data)
54 return result
156 result = ''
159 result += text[pos : pos + column_width] + '\n'
161 return result
165 result = base64.b64encode(data)
166 return WrapTextToLineWidth(result, 75)