Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py783 def __init__(self, initial_bytes=None): argument
785 if initial_bytes is not None:
786 buf.extend(initial_bytes)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryio.py481 self.ioclass(initial_bytes=buf)