HomeSort by relevance Sort by last modified time
    Searched refs:initial_bytes (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 789 def __init__(self, initial_bytes=None):
791 if initial_bytes is not None:
792 buf.extend(initial_bytes)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 789 def __init__(self, initial_bytes=None):
791 if initial_bytes is not None:
792 buf.extend(initial_bytes)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)

Completed in 331 milliseconds