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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 61 from operator import getslice, delitem namespace
62 self.assertRaises(TypeError, getslice, ca, 0, 1, -1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 61 from operator import getslice, delitem namespace
62 self.assertRaises(TypeError, getslice, ca, 0, 1, -1)

Completed in 124 milliseconds