stubber.variants ================ .. py:module:: stubber.variants .. autoapi-nested-parse:: Create all variants of createstubs.py - and minify them - and cross compile them Attributes ---------- .. autoapisummary:: stubber.variants.ALL_VARIANTS stubber.variants.base_path Functions --------- .. autoapisummary:: stubber.variants.create_variants Module Contents --------------- .. py:data:: ALL_VARIANTS .. py:function:: create_variants(base_path: pathlib.Path, *, target_path: Optional[pathlib.Path] = None, version: str = '', make_variants: List[stubber.codemod.board.CreateStubsVariant] = ALL_VARIANTS[:3], update_modules: bool = True) Create variants of createstubs.py and optionally minify and cross compile them. :param base_path: Path to the base createstubs.py file :type base_path: Path :param target_path: Path to write the variants to, by default None :type target_path: Path, optional :param version: Version of mpy-cross to use, by default uses the latest published version :type version: str, optional .. py:data:: base_path