MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / add_text

Method add_text

parallel/logging.py:99–100  ·  view source on GitHub ↗
(self, tag, text_string, **kwargs)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected