mvpa2.base.infoΒΆ
Provide system and PyMVPA information useful while reporting bugs
Functions
borrowkwargs(cls[, methodname, exclude]) |
Return a decorator which would borrow docstring for **kwargs |
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. |
pathjoin(a, \*p) |
Join two or more pathname components, inserting ‘/’ as needed. |
wtf([filename]) |
Report summary about PyMVPA and the system |
Classes
StringIO([buf]) |
class StringIO([buffer]) |
WTF([include, exclude]) |
Convenience class to contain information about PyMVPA and OS |



