HomeSort by relevance Sort by last modified time
    Searched refs:unixfrom (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
72 unixfrom is a flag that forces the printing of a Unix From_ delimiter
79 if unixfrom:
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
message.py 124 return self.as_string(unixfrom=True)
126 def as_string(self, unixfrom=False):
128 Optional `unixfrom' when True, means include the Unix From_ envelope
139 g.flatten(self, unixfrom=unixfrom)
149 def set_unixfrom(self, unixfrom):
150 self._unixfrom = unixfrom
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
72 unixfrom is a flag that forces the printing of a Unix From_ delimiter
79 if unixfrom:
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
message.py 124 return self.as_string(unixfrom=True)
126 def as_string(self, unixfrom=False):
128 Optional `unixfrom' when True, means include the Unix From_ envelope
139 g.flatten(self, unixfrom=unixfrom)
149 def set_unixfrom(self, unixfrom):
150 self._unixfrom = unixfrom
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 263 self.unixfrom = ''
288 self.unixfrom = self.unixfrom + line
    [all...]
rfc822.py 138 self.unixfrom = ''
161 self.unixfrom = self.unixfrom + line
    [all...]
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 263 self.unixfrom = ''
288 self.unixfrom = self.unixfrom + line
    [all...]
rfc822.py 138 self.unixfrom = ''
161 self.unixfrom = self.unixfrom + line
    [all...]
mailbox.py     [all...]

Completed in 608 milliseconds