MCPcopy Create free account
hub / github.com/Atrovast/THGS / gui_cb

Method gui_cb

scripts/image_encoding.py:85–86  ·  view source on GitHub ↗
(self,element)

Source from the content-addressed store, hash-verified

83 return self.config.clip_n_dims
84
85 def gui_cb(self,element):
86 self.set_positives(element.value.split(";"))
87
88 def set_positives(self, text_list):
89 self.positives = text_list

Callers

nothing calls this directly

Calls 1

set_positivesMethod · 0.95

Tested by

no test coverage detected