Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/leon-thomm/Ryven
/ copy_ID
Method
copy_ID
ryven-editor/ryven/example_nodes/examples/gui.py:533–535 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
531
self.actions[
'copy ID'
] = {
'method'
: self.copy_ID}
532
533
def
copy_ID(self):
534
from
qtpy.QtWidgets
import
QApplication
535
QApplication.clipboard().setText(str(self.node.ID))
536
537
def
add_inp(self):
538
self.node.add_input()
Callers
nothing calls this directly
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected