Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyqtgraph/pyqtgraph
/ runEditedCode
Method
runEditedCode
pyqtgraph/examples/ExampleApp.py:564–565 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
562
self.codeBtn.show()
563
564
def
runEditedCode(self):
565
self.loadFile(edited=True)
566
567
def
keyPressEvent(self, event):
568
super().keyPressEvent(event)
Callers
nothing calls this directly
Calls
1
loadFile
Method · 0.95
Tested by
no test coverage detected