Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ _msg
Function
_msg
scripts/kconfig/menuconfig.py:2950–2953 ·
view source on GitHub ↗
(title, text)
Source
from the content-addressed store, hash-verified
2948
2949
2950
def
_msg(title, text):
2951
# Pops up a message dialog that can be dismissed with Space/Enter/ESC
2952
2953
_key_dialog(title, text,
" \n"
)
2954
2955
2956
def
_error(text):
Callers
3
_load_dialog
Function · 0.85
_save_dialog
Function · 0.85
_error
Function · 0.85
Calls
1
_key_dialog
Function · 0.85
Tested by
no test coverage detected