Beispiel #1
0
 def recipients(self):
     return reader.parse_recipients(self.header, self.reference_id) if not self.is_partial else _EMPTY
Beispiel #2
0
 def recipients(self):
     return reader.parse_recipients(
         self.header, self.reference_id) if not self.is_partial else _EMPTY
 def check(header, expected):
     eq_(expected, parse_recipients(header))
 def check(header, expected):
     eq_(expected, parse_recipients(header))