stubber.commands.clone_cmd

Clone/fetch the micropython repos locally.

Module Contents

Functions

cli_clone(path[, stubs])

Clone/fetch the micropython repos locally.

stubber.commands.clone_cmd.cli_clone(path: str | pathlib.Path, stubs: bool = False)

Clone/fetch the micropython repos locally.

The local repos are used to generate frozen-stubs and doc-stubs.

Parameters: