示例#1
0
 def _test_binary_file(path):
     return not util.safe_is_text_file(path)
示例#2
0
 def _test_text_file(path):
     return util.safe_is_text_file(path)