Package mvpa :: Package base :: Module dochelpers
[hide private]
[frames] | no frames]

Module dochelpers

source code

Functions [hide private]
 
rstUnderline(text, markup)
Add and underline RsT string matching the length of the given string.
source code
 
handleDocString(text)
Take care of empty and non existing doc strings.
source code
 
enhancedDocString(name, lcl, *args)
Generate enhanced doc strings.
source code
 
enhancedClassDocString(cls, *args)
Generate enhanced doc strings but given a class, not just a name.
source code
Function Details [hide private]

enhancedClassDocString(cls, *args)

source code 

Generate enhanced doc strings but given a class, not just a name.

It is to be used from a collector, it whenever class is already created