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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_marshal.py 278 def check_unmarshallable(self, data): member in class:LargeValuesTestCase
286 self.check_unmarshallable('x' * size)
291 self.check_unmarshallable(u'x' * size)
296 self.check_unmarshallable((None,) * size)
301 self.check_unmarshallable([None] * size)
307 self.check_unmarshallable(set(range(size)))
313 self.check_unmarshallable(frozenset(range(size)))
317 self.check_unmarshallable(bytearray(size))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_marshal.py 278 def check_unmarshallable(self, data): member in class:LargeValuesTestCase
286 self.check_unmarshallable('x' * size)
291 self.check_unmarshallable(u'x' * size)
296 self.check_unmarshallable((None,) * size)
301 self.check_unmarshallable([None] * size)
307 self.check_unmarshallable(set(range(size)))
313 self.check_unmarshallable(frozenset(range(size)))
317 self.check_unmarshallable(bytearray(size))

Completed in 45 milliseconds