Table Of Contents

Previous topic

base.externals

Next topic

base.report

This Page

base.info

Module: base.info

Inheritance diagram for mvpa.base.info:

Provide system and PyMVPA information useful while reporting bugs

WTF

class mvpa.base.info.WTF

Bases: object

Convenience class to contain information about PyMVPA and OS

TODO: refactor to actually not contain just string representation but rather a dictionary (of dictionaries)

mvpa.base.info.wtf(filename=None)

Report summary about PyMVPA and the system

Keywords:
filename : None or string

If provided, information will be stored in a file, not printed to the screen