(self, path: str, directory: "Directory")
| 40 | |
| 41 | @typecheck |
| 42 | def with_directory(self, path: str, directory: "Directory") -> "Container": |
| 43 | return Container(self._ctx) |
| 44 | |
| 45 | @typecheck |
| 46 | def with_file(self, path: str, source: "File") -> "Container": |