![]() |
Multivariate Pattern Analysis in Python |
Inheritance diagram for mvpa.misc.cmdline:
Common functions and options definitions for command line
__docformat__ = ‘restructuredtext’
Conventions: Every option (instance of optparse.Option) has prefix “opt”. Lists of options has prefix opts (e.g. opts.common).
Option name should be camelbacked version of .dest for the option.