stubber.commands.get_frozen_cmd

Get the frozen stubs for MicroPython.

Functions

cli_get_frozen([stub_folder, version, stubgen, black, ...])

Get the frozen stubs for MicroPython.

Module Contents

stubber.commands.get_frozen_cmd.cli_get_frozen(stub_folder: str | None = None, version: str = '', stubgen: bool = True, black: bool = True, autoflake: bool = True, enrich: bool = True)

Get the frozen stubs for MicroPython.

Get the frozen modules for the checked out version of MicroPython

Parameters: