Table Of Contents

Previous topic

base.externals

Next topic

base.report

This content refers to the previous stable release of PyMVPA. Please visit www.pymvpa.org for the most recent version of PyMVPA and its documentation.

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