Searched defs:readinto (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ | ||
D | _pyio.py | 569 def readinto(self, b): member in RawIOBase |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ | ||
D | test_io.py | 88 def readinto(self, buf): member in MockRawIOWithoutRead |