Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/qilingframework/qiling
/ ask_value
Function
ask_value
qltui.py:534–540 ·
view source on GitHub ↗
Ask for value
()
Source
from the content-addressed store, hash-verified
532
533
534
def
ask_value():
535
""
"
536
Ask
for
value
537
""
"
538
answer = questionary.text(
"value:"
).ask()
539
540
return
bytes(answer,
'utf-8'
)
541
542
543
def
ask_where():
Callers
1
hook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected