def update_from_git(self, name: str, directory: str) -> (int, str):
name - the internal name of the module or extension, directory - the folder with the modules or extensions. Returns a tuple of git and STDOUT output code
name
directory
git
STDOUT
Last updated 2 years ago