(self, s: str)
| 32 | (self.animation_path() / 'Animation.gif').touch() |
| 33 | |
| 34 | def _path_to(self, s: str) -> Path: |
| 35 | return self.path / s |
| 36 | |
| 37 | def animation_path(self) -> Path: |
| 38 | return self.path / 'Animation' |
nothing calls this directly
no outgoing calls
no test coverage detected