Home
last modified time | relevance | path

Searched refs:MultiFile (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/library/
Dmultifile.rst15 The :class:`MultiFile` object enables you to treat sections of a text file as
22 .. class:: MultiFile(fp[, seekable])
25 argument for the :class:`MultiFile` instance to get lines from, such as a file
28 :class:`MultiFile` only ever looks at the input object's :meth:`readline`,
30 want random access to the individual MIME parts. To use :class:`MultiFile` on a
34 It will be useful to know that in :class:`MultiFile`'s view of the world, text
36 MultiFile is designed to support parsing of messages that may have multiple
49 MultiFile Objects
52 A :class:`MultiFile` instance has the following methods:
55 .. method:: MultiFile.readline(str)
[all …]
/external/python/cpython2/Lib/test/
Dtest_multifile.py62 getMIMEMsg(multifile.MultiFile(f))
/external/python/cpython2/Lib/
Dmultifile.py39 class MultiFile: class
Dmhlib.py722 mf = multifile.MultiFile(self.fp)