Home | History | Annotate | Download | only in email

Lines Matching refs:EMPTYSTRING

36 EMPTYSTRING = ''
231 self._cur.set_payload(EMPTYSTRING.join(lines))
296 self._cur.set_payload(EMPTYSTRING.join(lines))
334 self._cur.preamble = EMPTYSTRING.join(preamble)
394 self._cur.set_payload(EMPTYSTRING.join(preamble))
400 self._cur.epilogue = EMPTYSTRING.join(epilogue)
421 self._cur.epilogue = EMPTYSTRING.join(epilogue)
431 self._cur.set_payload(EMPTYSTRING.join(lines))
451 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
486 self._cur[lastheader] = EMPTYSTRING.join(lastvalue).rstrip('\r\n')