/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,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 224 m = MimeWriter(md1.startbody("message/rfc822")) 235 f = md2.startbody("text/isl") 242 f = md3.startbody("message/external-body", 248 md3.startbody("text/isl") 262 f = buyer.startbody("text/plain") 277 f = st.startbody("text/plain")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 224 m = MimeWriter(md1.startbody("message/rfc822")) 235 f = md2.startbody("text/isl") 242 f = md3.startbody("message/external-body", 248 md3.startbody("text/isl") 262 f = buyer.startbody("text/plain") 277 f = st.startbody("text/plain")
|