Home | History | Annotate | Download | only in test

Lines Matching refs:_ProxyFile

1828         proxy0 = mailbox._ProxyFile(self._file)
1831 proxy1 = mailbox._ProxyFile(self._file, 0)
1837 self._test_read(mailbox._ProxyFile(self._file))
1842 self._test_readline(mailbox._ProxyFile(self._file))
1847 self._test_readlines(mailbox._ProxyFile(self._file))
1852 self._test_iteration(mailbox._ProxyFile(self._file))
1856 self._test_seek_and_tell(mailbox._ProxyFile(self._file))
1860 self._test_close(mailbox._ProxyFile(self._file))