Provide system and PyMVPA information useful while reporting bugs
Functions
borrowkwargs(cls[, methodname, exclude]) | Return a decorator which would borrow docstring for **kwargs :Parameters: methodname : None or str Name of the method from which to borrow. |
get_pymvpa_gitversion() | PyMVPA version as reported by git. |
mkstemp([suffix, prefix, dir, text]) | User-callable function to create and return a unique temporary file. |
wtf([filename]) | Report summary about PyMVPA and the system :Parameters: filename : None or str If provided, information will be stored in a file, not printed to the screen include : list of str By default, all known (listed in __knownitems__) are reported. |
Classes
StringIO([buf]) | class StringIO([buffer]) |
WTF([include, exclude]) | Convenience class to contain information about PyMVPA and OS TODO: refactor to actually not contain just string representation but rather a dictionary (of dictionaries) :Parameters: include : list of str By default, all known (listed in __knownitems__) are reported. |