HomeSort by relevance Sort by last modified time
    Searched full:getitem_type (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 27 item = self.getitem_type
134 # This calls self.getitem_type() on each separate byte of b"abcdef"
136 self.getitem_type(c) for c in b"abcdef")
252 getitem_type = bytes variable in class:BaseBytesMemoryTests
261 #getitem_type = lambda self, b: array.array('i', map(ord, b)).tostring()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 27 item = self.getitem_type
134 # This calls self.getitem_type() on each separate byte of b"abcdef"
136 self.getitem_type(c) for c in b"abcdef")
252 getitem_type = bytes variable in class:BaseBytesMemoryTests
261 #getitem_type = lambda self, b: array.array('i', map(ord, b)).tostring()

Completed in 129 milliseconds