HomeSort by relevance Sort by last modified time
    Searched defs:startbody (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
MimeWriter.py 31 startbody()
50 f = w.startbody(content_type)
72 - startbody() just returns the file passed to the constructor;
128 def startbody(self, ctype, plist=[], prefix=1): member in class:MimeWriter
159 return self.startbody("multipart/" + subtype,
  /external/python/cpython2/Lib/
MimeWriter.py 31 startbody()
50 f = w.startbody(content_type)
72 - startbody() just returns the file passed to the constructor;
128 def startbody(self, ctype, plist=[], prefix=1): member in class:MimeWriter
159 return self.startbody("multipart/" + subtype,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
MimeWriter.py 31 startbody()
50 f = w.startbody(content_type)
72 - startbody() just returns the file passed to the constructor;
128 def startbody(self, ctype, plist=[], prefix=1): member in class:MimeWriter
159 return self.startbody("multipart/" + subtype,
  /prebuilts/gdb/linux-x86/lib/python2.7/
MimeWriter.py 31 startbody()
50 f = w.startbody(content_type)
72 - startbody() just returns the file passed to the constructor;
128 def startbody(self, ctype, plist=[], prefix=1): member in class:MimeWriter
159 return self.startbody("multipart/" + subtype,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
MimeWriter.py 31 startbody()
50 f = w.startbody(content_type)
72 - startbody() just returns the file passed to the constructor;
128 def startbody(self, ctype, plist=[], prefix=1): member in class:MimeWriter
159 return self.startbody("multipart/" + subtype,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 31 startbody()
50 f = w.startbody(content_type)
72 - startbody() just returns the file passed to the constructor;
128 def startbody(self, ctype, plist=[], prefix=1): member in class:MimeWriter
159 return self.startbody("multipart/" + subtype,

Completed in 206 milliseconds