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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
MimeWriter.py 3 This module defines the class MimeWriter. The MimeWriter class implements
7 MimeWriter does buffer the headers you add, allowing you to rearrange their
15 __all__ = ["MimeWriter"]
19 warnings.warn("the MimeWriter module is deprecated; use the email package instead",
22 class MimeWriter:
45 w = MimeWriter(f)
61 The subwriter is another MimeWriter instance, and should be
62 treated in the same way as the toplevel MimeWriter. This way,
164 """Returns a new instance of MimeWriter which represents an
    [all...]
  /external/python/cpython2/Lib/
MimeWriter.py 3 This module defines the class MimeWriter. The MimeWriter class implements
7 MimeWriter does buffer the headers you add, allowing you to rearrange their
15 __all__ = ["MimeWriter"]
19 warnings.warn("the MimeWriter module is deprecated; use the email package instead",
22 class MimeWriter:
45 w = MimeWriter(f)
61 The subwriter is another MimeWriter instance, and should be
62 treated in the same way as the toplevel MimeWriter. This way,
164 """Returns a new instance of MimeWriter which represents a
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
MimeWriter.py 3 This module defines the class MimeWriter. The MimeWriter class implements
7 MimeWriter does buffer the headers you add, allowing you to rearrange their
15 __all__ = ["MimeWriter"]
19 warnings.warn("the MimeWriter module is deprecated; use the email package instead",
22 class MimeWriter:
45 w = MimeWriter(f)
61 The subwriter is another MimeWriter instance, and should be
62 treated in the same way as the toplevel MimeWriter. This way,
164 """Returns a new instance of MimeWriter which represents a
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
MimeWriter.py 3 This module defines the class MimeWriter. The MimeWriter class implements
7 MimeWriter does buffer the headers you add, allowing you to rearrange their
15 __all__ = ["MimeWriter"]
19 warnings.warn("the MimeWriter module is deprecated; use the email package instead",
22 class MimeWriter:
45 w = MimeWriter(f)
61 The subwriter is another MimeWriter instance, and should be
62 treated in the same way as the toplevel MimeWriter. This way,
164 """Returns a new instance of MimeWriter which represents a
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
MimeWriter.py 3 This module defines the class MimeWriter. The MimeWriter class implements
7 MimeWriter does buffer the headers you add, allowing you to rearrange their
15 __all__ = ["MimeWriter"]
19 warnings.warn("the MimeWriter module is deprecated; use the email package instead",
22 class MimeWriter:
45 w = MimeWriter(f)
61 The subwriter is another MimeWriter instance, and should be
62 treated in the same way as the toplevel MimeWriter. This way,
164 """Returns a new instance of MimeWriter which represents a
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 3 This module defines the class MimeWriter. The MimeWriter class implements
7 MimeWriter does buffer the headers you add, allowing you to rearrange their
15 __all__ = ["MimeWriter"]
19 warnings.warn("the MimeWriter module is deprecated; use the email package instead",
22 class MimeWriter:
45 w = MimeWriter(f)
61 The subwriter is another MimeWriter instance, and should be
62 treated in the same way as the toplevel MimeWriter. This way,
164 """Returns a new instance of MimeWriter which represents a
    [all...]

Completed in 393 milliseconds