Home
last modified time | relevance | path

Searched refs:EMPTYSTRING (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/email/
H A D_parseaddr.py19 EMPTYSTRING = '' variable
252 return EMPTYSTRING.join(wslist)
385 return EMPTYSTRING.join(aslist)
394 return EMPTYSTRING
395 return EMPTYSTRING.join(aslist) + domain
413 return EMPTYSTRING
418 return EMPTYSTRING.join(sdlist)
455 return EMPTYSTRING.join(slist)
487 return EMPTYSTRING.join(atomlist)
H A Dfeedparser.py38 EMPTYSTRING = '' variable
256 self._cur.set_payload(EMPTYSTRING.join(lines))
322 self._cur.set_payload(EMPTYSTRING.join(lines))
367 self._cur.preamble = EMPTYSTRING.join(preamble)
427 self._cur.set_payload(EMPTYSTRING.join(preamble))
433 self._cur.epilogue = EMPTYSTRING.join(epilogue)
461 self._cur.epilogue = EMPTYSTRING.join(epilogue)
471 self._cur.set_payload(EMPTYSTRING.join(lines))
H A Dcharset.py33 EMPTYSTRING = ''
345 this_line = EMPTYSTRING.join(current_line)
355 joined_line = EMPTYSTRING.join(current_line)
360 joined_line = EMPTYSTRING.join(current_line)
32 EMPTYSTRING = '' global() variable
H A Dbase64mime.py42 EMPTYSTRING = '' variable
101 return EMPTYSTRING.join(encvec)
H A Dheader.py27 EMPTYSTRING = '' variable
259 return EMPTYSTRING.join(uchunks)
570 return EMPTYSTRING.join((EMPTYSTRING.join((fws, part))
H A Dutils.py43 EMPTYSTRING = '' variable
300 value = quote(EMPTYSTRING.join(value))
H A Dquoprimime.py48 EMPTYSTRING = '' variable
/third_party/python/Lib/
H A Dquopri.py12 EMPTYSTRING = b'' variable
94 thisline = EMPTYSTRING.join(outline)
/third_party/python/Tools/i18n/
H A Dpygettext.py174 EMPTYSTRING = '' variable
442 self.__addentry(EMPTYSTRING.join(self.__data))
/third_party/python/Lib/test/test_email/
H A Dtest_email.py51 EMPTYSTRING = '' variable
3532 neq(EMPTYSTRING.join(lines), msg.get_payload())
3539 neq(EMPTYSTRING.join(lines), fp.read())
3551 eq(EMPTYSTRING.join(lines), """\
3568 eq(EMPTYSTRING.join(lines), """\

Completed in 14 milliseconds