![]() |
Multivariate Pattern Analysis in Python |
Helpers for arguments handling.
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.misc.args (for developers).
Decorator function to join parts of kwargs together
| Parameters: |
|
|---|
Example: if needed to join all args which start with ‘slave<underscore>’ together under slave_kwargs parameter
See also
Full API documentation of group_kwargs() in module mvpa.misc.args.
Helper to separate kwargs into multiple groups
| Parameters: |
|
|---|---|
| Output: | dictionary with keys == prefixes |
See also
Full API documentation of split_kwargs() in module mvpa.misc.args.