(self, tag, text_string, **kwargs)
| 97 | |
| 98 | @on_main_process |
| 99 | def add_text(self, tag, text_string, **kwargs): |
| 100 | self.writer.add_text(tag=tag, text_string=text_string, **kwargs) |
| 101 | |
| 102 | @on_main_process |
| 103 | def add_figure(self, tag, figure, **kwargs): |
nothing calls this directly
no outgoing calls
no test coverage detected