module documentation

Undocumented

Function host_print_pretty Show the host information in a user-friendly way and try to include as much relevant information as possible.
Function host_print_tsv Show the host information in a succinct, grep-friendly manner.
Constant HOST_PRINT Undocumented
def host_print_pretty(host, history=False): (source)

Show the host information in a user-friendly way and try to include as much relevant information as possible.

def host_print_tsv(host, history=False): (source)

Show the host information in a succinct, grep-friendly manner.

HOST_PRINT = (source)

Undocumented

Value
{'pretty': host_print_pretty, 'tsv': host_print_tsv}