stubber.commands.get_core_cmd

Get core CPython stubs from PyPi.

Functions

cli_get_core([stub_folder, stubgen, format])

Download core CPython stubs from PyPi.

Module Contents

stubber.commands.get_core_cmd.cli_get_core(stub_folder: str = '', stubgen: bool = True, format: bool = True)

Download core CPython stubs from PyPi.

Get the core (CPython compat) modules for both MicroPython and Pycopy.

Parameters: