예제 #1
0
 def exp_str(s):
     ret = util.struct_to_string(s, util.EXPECTED_LEN) if pretty else str(s)
     return ret
예제 #2
0
파일: test_util.py 프로젝트: stlaz/freeipa
 def exp_str(s):
     ret = util.struct_to_string(s, util.EXPECTED_LEN) if pretty else str(s)
     return ret
예제 #3
0
 def got_str(s):
     return util.struct_to_string(s, util.GOT_LEN) if pretty else str(s)
예제 #4
0
파일: test_util.py 프로젝트: stlaz/freeipa
 def got_str(s):
     return util.struct_to_string(s, util.GOT_LEN) if pretty else str(s)