stubber.commands.clone_cmd ========================== .. py:module:: stubber.commands.clone_cmd .. autoapi-nested-parse:: Clone/fetch the micropython repos locally. Functions --------- .. autoapisummary:: stubber.commands.clone_cmd.cli_clone Module Contents --------------- .. py:function:: cli_clone(path: Union[str, pathlib.Path], stubs: bool = False, mpy_repo: str = 'https://github.com/micropython/micropython.git', mpy_lib_repo: str = 'https://github.com/micropython/micropython-lib.git') Clone/fetch the micropython repos locally. The local repos are used to generate frozen-stubs and doc-stubs. Use --mpy-repo to specify a custom MicroPython repository (e.g., your fork). Use --mpy-lib-repo to specify a custom MicroPython-lib repository.