def _test_binary_file(path): return not util.safe_is_text_file(path)
def _test_text_file(path): return util.safe_is_text_file(path)