Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bhowiebkr/PyFlowGraph
/ set_gui_get_values_code
Method
set_gui_get_values_code
src/core/node.py:467–468 ·
view source on GitHub ↗
(self, code_text)
Source
from the content-addressed store, hash-verified
465
self.rebuild_gui()
466
467
def
set_gui_get_values_code(self, code_text):
468
self.gui_get_values_code = code_text
469
470
def
get_gui_values(self):
471
if
not self.gui_get_values_code or not self.gui_widgets:
Callers
12
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_execution_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
Calls
no outgoing calls
Tested by
8
_create_nodes_manually
Method · 0.76
test_node_gui_code_management
Method · 0.76
test_gui_debug_flag_enables_output
Method · 0.76
test_execution_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