Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dfeedparser.py36 EMPTYSTRING = '' variable
229 self._cur.set_payload(EMPTYSTRING.join(lines))
294 self._cur.set_payload(EMPTYSTRING.join(lines))
332 self._cur.preamble = EMPTYSTRING.join(preamble)
392 self._cur.set_payload(EMPTYSTRING.join(preamble))
398 self._cur.epilogue = EMPTYSTRING.join(epilogue)
419 self._cur.epilogue = EMPTYSTRING.join(epilogue)
429 self._cur.set_payload(EMPTYSTRING.join(lines))
449 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
484 self._cur[lastheader] = EMPTYSTRING.join(lastvalue).rstrip('\r\n')
Dbase64mime.py44 EMPTYSTRING = '' variable
151 return EMPTYSTRING.join(encvec)
D_parseaddr.py19 EMPTYSTRING = '' variable
334 return EMPTYSTRING.join(aslist)
339 return EMPTYSTRING.join(aslist) + self.getdomain()
358 return EMPTYSTRING.join(sdlist)
395 return EMPTYSTRING.join(slist)
427 return EMPTYSTRING.join(atomlist)
Dutils.py46 EMPTYSTRING = '' variable
305 value = quote(EMPTYSTRING.join(value))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbase64.py29 EMPTYSTRING = '' variable
164 encoded = EMPTYSTRING.join(parts)
244 return EMPTYSTRING.join(parts)
Dquopri.py12 EMPTYSTRING = '' variable
93 thisline = EMPTYSTRING.join(outline)
Dsmtpd.py94 EMPTYSTRING = '' variable
144 line = EMPTYSTRING.join(self.__line)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
Dpygettext.py173 EMPTYSTRING = '' variable
235 return EMPTYSTRING.join(s)
419 self.__addentry(EMPTYSTRING.join(self.__data))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py40 EMPTYSTRING = '' variable
2368 neq(EMPTYSTRING.join(lines), msg.get_payload())
2376 neq(EMPTYSTRING.join(lines), fp.read())
2390 eq(EMPTYSTRING.join(lines), """\
2407 eq(EMPTYSTRING.join(lines), """\
Dtest_email.py39 EMPTYSTRING = '' variable
2488 neq(EMPTYSTRING.join(lines), msg.get_payload())
2496 neq(EMPTYSTRING.join(lines), fp.read())
2510 eq(EMPTYSTRING.join(lines), """\
2527 eq(EMPTYSTRING.join(lines), """\