Home | History | Annotate | Download | only in python2.7

Lines Matching refs:visible_headers

1259         visible_headers = StringIO.StringIO()
1264 visible_headers.write(line.replace(os.linesep, '\n'))
1268 msg.set_visible(visible_headers.getvalue())