MCPcopy 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
534def ask_value():
535 """
536 Ask for value
537 """
538 answer = questionary.text("value:").ask()
539
540 return bytes(answer, 'utf-8')
541
542
543def ask_where():

Callers 1

hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected