Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
undo
Method · 0.95
_create_nodes_manually
Method · 0.95
test_node_gui_code_management
Method · 0.95
test_gui_debug_flag_enables_output
Method · 0.95
test_node_gui_code_management
Method · 0.95
_create_config_node
Method · 0.95
_create_output_node
Method · 0.95
execute
Method · 0.80
deserialize
Method · 0.80
_handle_accept
Method · 0.80
test_gui_code_changes_not_in_command_system
Method · 0.80
test_pause_resume_node_execution_bug
Method · 0.80
Calls
1
rebuild_gui
Method · 0.95
Tested by
9
_create_nodes_manually
Method · 0.76
test_node_gui_code_management
Method · 0.76
test_gui_debug_flag_enables_output
Method · 0.76
test_node_gui_code_management
Method · 0.76
_create_config_node
Method · 0.76
_create_output_node
Method · 0.76
test_gui_code_changes_not_in_command_system
Method · 0.64
test_pause_resume_node_execution_bug
Method · 0.64
test_live_mode_node_execution_validation
Method · 0.64