Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
Dmessage.py1094 def _make_multipart(self, subtype, disallowed_subtypes, boundary): argument
1097 disallowed_subtypes = disallowed_subtypes + (subtype,)
1098 if existing_subtype in disallowed_subtypes: