Lines Matching full:emptystring
36 EMPTYSTRING = ''
252 self._cur.set_payload(EMPTYSTRING.join(lines))
317 self._cur.set_payload(EMPTYSTRING.join(lines))
355 self._cur.preamble = EMPTYSTRING.join(preamble)
415 self._cur.set_payload(EMPTYSTRING.join(preamble))
421 self._cur.epilogue = EMPTYSTRING.join(epilogue)
442 self._cur.epilogue = EMPTYSTRING.join(epilogue)
452 self._cur.set_payload(EMPTYSTRING.join(lines))
472 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
507 self._cur[lastheader] = EMPTYSTRING.join(lastvalue).rstrip('\r\n')