Home
last modified time | relevance | path

Searched refs:_ProxyFile (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmailbox.py360 return _ProxyFile(f)
1003 return _ProxyFile(f)
1810 class _ProxyFile: class
1869 class _PartialFile(_ProxyFile):
1874 _ProxyFile.__init__(self, f, start)
1880 return _ProxyFile.tell(self) - self._start
1890 _ProxyFile.seek(self, offset, whence)
1899 return _ProxyFile._read(self, size, read_method)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mailbox.py1690 proxy0 = mailbox._ProxyFile(self._file)
1693 proxy1 = mailbox._ProxyFile(self._file, 0)
1699 self._test_read(mailbox._ProxyFile(self._file))
1704 self._test_readline(mailbox._ProxyFile(self._file))
1709 self._test_readlines(mailbox._ProxyFile(self._file))
1714 self._test_iteration(mailbox._ProxyFile(self._file))
1718 self._test_seek_and_tell(mailbox._ProxyFile(self._file))
1722 self._test_close(mailbox._ProxyFile(self._file))