stubber.get_lobo

Collect modules and python stubs from the Loboris MicroPython source project and stores them in the all_stubs folder The all_stubs folder should be mapped/symlinked to the micropython_stubs/stubs repo/folder

Module Contents

Functions

get_frozen([stub_path, repo, version])

Download Loboris frozen modules direct from github repo

Attributes

FAMILY

PORT

stubber.get_lobo.FAMILY = 'loboris'
stubber.get_lobo.PORT = 'esp32_lobo'
stubber.get_lobo.get_frozen(stub_path: pathlib.Path | None = None, *, repo: str | None = None, version: str = '3.2.24')

Download Loboris frozen modules direct from github repo

Parameters: