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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tuple.py 12 t0_3 = (0, 1, 2, 3)
13 t0_3_bis = tuple(t0_3)
14 self.assertTrue(t0_3 is t0_3_bis)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tuple.py 12 t0_3 = (0, 1, 2, 3)
13 t0_3_bis = tuple(t0_3)
14 self.assertTrue(t0_3 is t0_3_bis)

Completed in 655 milliseconds