Example #1
0
 def exp_str(s):
     ret = util.struct_to_string(s, util.EXPECTED_LEN) if pretty else str(s)
     return ret
Example #2
0
 def exp_str(s):
     ret = util.struct_to_string(s, util.EXPECTED_LEN) if pretty else str(s)
     return ret
Example #3
0
 def got_str(s):
     return util.struct_to_string(s, util.GOT_LEN) if pretty else str(s)
Example #4
0
 def got_str(s):
     return util.struct_to_string(s, util.GOT_LEN) if pretty else str(s)