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