_check_version(component_name,
module_name,
module,
sign,
required_version)
| source code
|
Check the version of the given module, given its version requirements,
for the given component name.
- Parameters:
component_name (string) - name of the component we are checking module's version for
module_name (string) - name of the module we're checking version for
module (object) - module we're checking version for
sign (string) - requirement sign (one of >,<,==,>=,<=)
required_version (string) - expected version of the module
- Raises:
|