From d4f33161203e6f279b279369b10ab7030a8b9d2c Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 22 Oct 2019 13:32:35 +0100 Subject: [PATCH] doc/target: Update documentation for `install_module` --- doc/target.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/target.rst b/doc/target.rst index 6a92d17..1d4ff76 100644 --- a/doc/target.rst +++ b/doc/target.rst @@ -545,6 +545,14 @@ Target :returns: ``True`` if internet seems available, ``False`` otherwise. +.. method:: Target.install_module(mod, **params) + :param mod: The module name or object to be installed to the target. + :param params: Keyword arguments used to instantiate the module. + + Installs an additional module to the target after the initial setup has been + performed. + + Android Target ---------------