email.generator.BytesGenerator.write()

write(s)

Write the string s to the underlying file object. s is encoded using the ASCII codec and written to the write method of the outfp outfp passed to the BytesGenerator‘s constructor. This provides just enough file-like API for BytesGenerator instances to be used in the print() function.

doc_python
2016-10-07 17:32:25
Comments
Leave a Comment

Please login to continue.