function doc
This commit is contained in:
parent
258f08494f
commit
1ef7651d6f
1 changed files with 2 additions and 1 deletions
|
|
@ -385,7 +385,8 @@ class WebBackend(Backend):
|
|||
def _get_modules_http_dir_mods(self, auth, directory_mods, result, url):
|
||||
# pylint: disable=too-many-locals
|
||||
"""
|
||||
#TODO describe what this does
|
||||
Builds result dictionary with keys containing module names and values containing a
|
||||
dictionary with metadata bout the module like version, compatibility, mpy or not etc.
|
||||
|
||||
:param auth HTTP authentication.
|
||||
:param directory_mods list of modules.
|
||||
|
|
|
|||
Loading…
Reference in a new issue