Searched refs:MultiFile (Results 1 – 6 of 6) sorted by relevance
15 The :class:`MultiFile` object enables you to treat sections of a text file as22 .. class:: MultiFile(fp[, seekable])25 argument for the :class:`MultiFile` instance to get lines from, such as a file28 :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 a34 It will be useful to know that in :class:`MultiFile`'s view of the world, text36 MultiFile is designed to support parsing of messages that may have multiple49 MultiFile Objects52 A :class:`MultiFile` instance has the following methods:55 .. method:: MultiFile.readline(str)[all …]
62 getMIMEMsg(multifile.MultiFile(f))
39 class MultiFile: class
722 mf = multifile.MultiFile(self.fp)
178 TEST(WorkspaceSymbols, MultiFile) { in TEST() argument
587 TEST_F(TokenCollectorTest, MultiFile) { in TEST_F() argument