用于设置该工具使用增量资源的缓存目录 默认只增量缓存'source_dir' 部分工具会需要缓存'source_dir','work_dir' :return: 需要缓存的目录名
(self)
| 106 | return NORMAL_SUBMODULE_HANDLE |
| 107 | |
| 108 | def set_inc_source_path_list(self): |
| 109 | ''' |
| 110 | 用于设置该工具使用增量资源的缓存目录 |
| 111 | 默认只增量缓存'source_dir' |
| 112 | 部分工具会需要缓存'source_dir','work_dir' |
| 113 | :return: 需要缓存的目录名 |
| 114 | ''' |
| 115 | return ['source_dir'] # 考虑试用setting里面的字段 |
| 116 | |
| 117 | def set_inc_source_type(self): |
| 118 | ''' |
no outgoing calls
no test coverage detected