on 2014/07/22 02:54, Aline Manera wrote:
> @@ -202,4 +305,7 @@ def _format_dev_node(node):
>
>
> if __name__ == '__main__':
> + from pprint import pprint
> _print_host_dev_tree()
> + print 'Eligible passthrough devices:'
> + pprint(get_passthrough_dev_infos())
typo: pprint ?
Do you mean pprint in the "from pprint import pprint". It's a Python
module to do "pretty print", so it has a weird name ;-).
The function pprint.pprint() can print Python data structures such as
dict and list in a human friendly format.
--
Zhou Zheng Sheng / 周征晟
E-mail: zhshzhou(a)linux.vnet.ibm.com
Telephone: 86-10-82454397