Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
D_pyio.py796 def __init__(self, initial_bytes=None): argument
798 if initial_bytes is not None:
799 buf.extend(initial_bytes)
/external/python/cpython3/Lib/
D_pyio.py838 def __init__(self, initial_bytes=None): argument
840 if initial_bytes is not None:
841 buf += initial_bytes
/external/python/cpython2/Lib/test/
Dtest_memoryio.py484 self.ioclass(initial_bytes=buf)
/external/python/cpython3/Lib/test/
Dtest_memoryio.py538 self.ioclass(initial_bytes=buf)
/external/python/cpython2/Doc/library/
Dio.rst550 .. class:: BytesIO([initial_bytes])
555 The optional argument *initial_bytes* is a :class:`bytes` object that
/external/python/cpython3/Doc/library/
Dio.rst602 .. class:: BytesIO([initial_bytes])
608 The optional argument *initial_bytes* is a :term:`bytes-like object` that