Home
last modified time | relevance | path

Searched defs:continuation_ws (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dheader.py122 continuation_ws=' '): argument
147 continuation_ws=' ', errors='strict'): argument
418 def _split_ascii(s, firstlen, restlen, continuation_ws, splitchars): argument