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

Method set_code

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

Source from the content-addressed store, hash-verified

457 dialog.exec()
458
459 def set_code(self, code_text):
460 self.code = code_text
461 self.update_pins_from_code()
462
463 def set_gui_code(self, code_text):
464 self.gui_code = code_text

Calls 1

update_pins_from_codeMethod · 0.95