Searched refs:multifile (Results 1 – 14 of 14) sorted by relevance
3 multifile = test_support.import_module('multifile', deprecated=True) variable62 getMIMEMsg(multifile.MultiFile(f))
2 :mod:`multifile` --- Support for files containing distinct parts5 .. module:: multifile12 The :mod:`email` package should be used in preference to the :mod:`multifile`44 Comprehensive email handling package; supersedes the :mod:`multifile` module.164 import multifile178 file = multifile.MultiFile(stream)
23 multifile.rst
74 Module :mod:`multifile`
17 :mod:`mimetools`, :mod:`multifile`, and other non-standard packages such as
346 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/multifile-linetables.obj.coff-2012-i368 \348 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/multifile-linetables.obj.coff-2013-i368 \350 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/multifile-linetables.obj.coff-2012-x86_64…352 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/multifile-linetables.obj.coff-2013-x86_64…
83 import multifile722 mf = multifile.MultiFile(self.fp)
298 - libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and 368 dwarf.h. Experimental support for DWZ multifile forms
93 libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and185 Experimental support for DWZ multifile forms DW_FORM_GNU_ref_alt
532 (load_dw): Remove loading of dwz multifile.
1927 multifile Class to make multi-file messages easier to handle.
11703 - Some restructuring and generalization done to multifile.py; support12170 - In the multifile module, support the optional second parameter to
9909 - The multifile module has been deprecated as per PEP 4.
2939 :mod:`multifile`,