![]() |
Multivariate Pattern Analysis in Python |
Helper to verify presence of external libraries and modules
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.base.externals (for developers).
Test whether a known dependency is installed on the system.
This method allows us to test for individual dependencies without testing all known dependencies. It also ensures that we only test for a dependency once.
Parameters: |
|
---|
See also
Full API documentation of exists() in module mvpa.base.externals.
Test for all known dependencies.
Parameters: |
|
---|
See also
Full API documentation of testAllDependencies() in module mvpa.base.externals.