示例#1
0
 def test_to_block_index(self):
     index = BlockIndex(10, [0, 5], [4, 5])
     self.assertIs(index.to_block_index(), index)
示例#2
0
 def test_to_block_index(self):
     index = BlockIndex(10, [0, 5], [4, 5])
     assert index.to_block_index() is index
示例#3
0
 def test_to_block_index(self):
     index = BlockIndex(10, [0, 5], [4, 5])
     assert index.to_block_index() is index