Searched refs:controller_module (Results 1 – 1 of 1) sorted by relevance
234 def register_controller(self, controller_module, required=True, builtin=False): argument238 module_ref_name = self.get_module_reference_name(controller_module)239 module_config_name = controller_module.MOBLY_CONTROLLER_CONFIG_NAME242 … controllers = self._controller_manager.register_controller(controller_module, required=required)248 if hasattr(controller_module, "get_info"):249 controller_info = controller_module.get_info(controllers)