Lines Matching refs:subparts
104 # subparts, and because clone uses the computed policy (not None),
264 subparts = msg.get_payload()
265 if subparts is None:
266 subparts = []
267 elif isinstance(subparts, str):
269 self.write(subparts)
271 elif not isinstance(subparts, list):
273 subparts = [subparts]
274 for part in subparts:
463 Walks through all subparts of a message. If the subpart is of main