:return: 返回ccn相关结果
(self, files=None, want_suffix=None, force_all=False)
| 78 | pass |
| 79 | |
| 80 | def scan(self, files=None, want_suffix=None, force_all=False): |
| 81 | """ |
| 82 | :return: 返回ccn相关结果 |
| 83 | """ |
| 84 | output = self.check(files, want_suffix, force_all, True) |
| 85 | if output: |
| 86 | return os.path.join(output, "ccn.csv") |
| 87 | return None |
| 88 | |
| 89 | def check(self, files=None, want_suffix=None, force_all=False, method_mode=False): |
| 90 | incr_scan = self.params.get("incr_scan", False) |