Home
last modified time | relevance | path

Searched refs:_unsupported (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py290 def _unsupported(self, name): member in IOBase
310 self._unsupported("seek")
322 self._unsupported("truncate")
438 self._unsupported("fileno")
575 self._unsupported("readinto")
582 self._unsupported("write")
624 self._unsupported("read")
628 self._unsupported("read1")
662 self._unsupported("write")
671 self._unsupported("detach")
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dtextio.c25 _unsupported(const char *message) in _unsupported() function
41 return _unsupported("detach"); in textiobase_detach()
54 return _unsupported("read"); in textiobase_read()
66 return _unsupported("readline"); in textiobase_readline()
78 return _unsupported("write"); in textiobase_write()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dtextio.c25 _unsupported(const char *message) in _unsupported() function
41 return _unsupported("detach"); in textiobase_detach()
54 return _unsupported("read"); in textiobase_read()
66 return _unsupported("readline"); in textiobase_readline()
78 return _unsupported("write"); in textiobase_write()