コード例 #1
0
 def test_to_int_index(self):
     index = IntIndex(10, [2, 3, 4, 5, 6])
     self.assertIs(index.to_int_index(), index)
コード例 #2
0
 def test_to_int_index(self):
     index = IntIndex(10, [2, 3, 4, 5, 6])
     assert index.to_int_index() is index
コード例 #3
0
 def test_to_int_index(self):
     index = IntIndex(10, [2, 3, 4, 5, 6])
     assert index.to_int_index() is index