(self, path: pathlib.Path, flows: Iterable[flow.Flow])
| 112 | self.export(p, flows) |
| 113 | |
| 114 | def export(self, path: pathlib.Path, flows: Iterable[flow.Flow]) -> None: |
| 115 | save_static(path) |
| 116 | save_filter_help(path) |
| 117 | save_flows(path, flows) |
| 118 | save_flows_content(path, flows) |
no test coverage detected