(self, struct, text="", commit=None)
| 144 | return paths |
| 145 | |
| 146 | def dvc_gen(self, struct, text="", commit=None): |
| 147 | paths = self.gen(struct, text) |
| 148 | return self.dvc_add(paths, commit=commit) |
| 149 | |
| 150 | def scm_gen(self, struct, text="", commit=None, force=False): |
| 151 | paths = self.gen(struct, text) |