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