OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrapInt
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_index.py
16
class
TrapInt
(int):
57
self.assertEqual(r[
TrapInt
(5):
TrapInt
(10)], r[5:10])
59
self.assertEqual(slice(
TrapInt
()).indices(0), (0,0,1))
131
self.assertEqual(self.seq[
TrapInt
()], self.seq[0])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_index.py
16
class
TrapInt
(int):
57
self.assertEqual(r[
TrapInt
(5):
TrapInt
(10)], r[5:10])
59
self.assertEqual(slice(
TrapInt
()).indices(0), (0,0,1))
131
self.assertEqual(self.seq[
TrapInt
()], self.seq[0])
Completed in 64 milliseconds