MCPcopy Index your code
hub / github.com/bhowiebkr/PyFlowGraph / set_gui_code

Method set_gui_code

src/core/node.py:463–465  ·  view source on GitHub ↗
(self, code_text)

Source from the content-addressed store, hash-verified

461 self.update_pins_from_code()
462
463 def set_gui_code(self, code_text):
464 self.gui_code = code_text
465 self.rebuild_gui()
466
467 def set_gui_get_values_code(self, code_text):
468 self.gui_get_values_code = code_text

Callers 13

undoMethod · 0.95
_create_config_nodeMethod · 0.95
_create_output_nodeMethod · 0.95
executeMethod · 0.80
deserializeMethod · 0.80
_handle_acceptMethod · 0.80

Calls 1

rebuild_guiMethod · 0.95