Go to the source code of this file.
Namespaces | |
leo_fw.utils | |
Functions | |
def | leo_fw.utils.is_tool (name) |
Check whether an executable exists on PATH. More... | |
def | leo_fw.utils.query_yes_no (question, default="yes") |
Ask a yes/no question via raw_input() and return their answer. More... | |
def | leo_fw.utils.write_flush (msg) |
Write a message to standard output and flush the buffer. More... | |