redvypr.device.redvypr_device_scan.scan_modules¶
- redvypr_device_scan.scan_modules(package_names=['vypr', 'vyper'])¶
Searches for installed packages containing redvypr devices. Packages do typically start with redvypr_package_name and add them to the device path Updates self.device_modules with dictionaries of type devdict = {‘module’: module, ‘name’: module_name, ‘source’: module.__file__} with module the imported module with module_name at the location __file__.
- Parameters:
package_names – a list of package names that will be inspected
Returns: