Home
last modified time | relevance | path

Searched refs:SEMISPACE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/email/
Dmessage.py20 SEMISPACE = '; ' variable
411 self._headers.append((_name, SEMISPACE.join(parts)))
600 ctype = SEMISPACE.join(
614 ctype = SEMISPACE.join([ctype, append_param])
635 new_ctype = SEMISPACE.join([new_ctype,
741 newheaders.append((h, SEMISPACE.join(parts)))
/external/python/cpython3/Lib/email/
Dmessage.py22 SEMISPACE = '; ' variable
543 self[_name] = SEMISPACE.join(parts)
730 ctype = SEMISPACE.join(
744 ctype = SEMISPACE.join([ctype, append_param])
768 new_ctype = SEMISPACE.join([new_ctype,
874 val = SEMISPACE.join(parts)