c5a9f19f4103a50de5d3a9f9358d6f9c96ba6c6f,mvpa2/cmdline/cmd_mkevds.py,,setup_parser,#Any#,120
Before Change
def setup_parser(parser):
from .helpers import parser_add_optgroup_from_def, \
parser_add_common_attr_opts, single_required_hdf5output
parser_add_common_args(parser, pos=["multidata"])
parser_add_optgroup_from_def(parser, define_events_grp, exclusive=True)
parser_add_optgroup_from_def(parser, mod_events_grp)
parser_add_common_attr_opts(parser)
parser_add_optgroup_from_def(parser, single_required_hdf5output)
After Change
def setup_parser(parser):
from .helpers import parser_add_optgroup_from_def, \
parser_add_common_attr_opts, single_required_hdf5output
parser_add_common_opt(parser, "multidata", required=True)
parser_add_optgroup_from_def(parser, define_events_grp, exclusive=True)
parser_add_optgroup_from_def(parser, mod_events_grp)
parser_add_common_attr_opts(parser)
parser_add_optgroup_from_def(parser, single_required_hdf5output)
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 3
Instances
Project Name: PyMVPA/PyMVPA
Commit Name: c5a9f19f4103a50de5d3a9f9358d6f9c96ba6c6f
Time: 2013-12-06
Author: michael.hanke@gmail.com
File Name: mvpa2/cmdline/cmd_mkevds.py
Class Name:
Method Name: setup_parser
Project Name: PyMVPA/PyMVPA
Commit Name: c5a9f19f4103a50de5d3a9f9358d6f9c96ba6c6f
Time: 2013-12-06
Author: michael.hanke@gmail.com
File Name: mvpa2/cmdline/cmd_hyperalign.py
Class Name:
Method Name: setup_parser
Project Name: PyMVPA/PyMVPA
Commit Name: c5a9f19f4103a50de5d3a9f9358d6f9c96ba6c6f
Time: 2013-12-06
Author: michael.hanke@gmail.com
File Name: mvpa2/cmdline/cmd_searchlight.py
Class Name:
Method Name: setup_parser
Project Name: PyMVPA/PyMVPA
Commit Name: c5a9f19f4103a50de5d3a9f9358d6f9c96ba6c6f
Time: 2013-12-06
Author: michael.hanke@gmail.com
File Name: mvpa2/cmdline/cmd_preproc.py
Class Name:
Method Name: setup_parser
Project Name: PyMVPA/PyMVPA
Commit Name: c5a9f19f4103a50de5d3a9f9358d6f9c96ba6c6f
Time: 2013-12-06
Author: michael.hanke@gmail.com
File Name: mvpa2/cmdline/cmd_select.py
Class Name:
Method Name: setup_parser