示例#1
0
 def test_get_data(self):
     a = ByteArray("12345678qwerty")
     # Note: There should be more extensive testing of the return
     # value.
     a.get_data(0, 8, '<')
示例#2
0
 def test_get_data(self):
     a = ByteArray("12345678qwerty")
     # Note: There should be more extensive testing of the return
     # value.
     a.get_data(0, 8, '<')