stubber.update_fallback

build/update the fallback ‘catch-all’ stubfolder

Module Contents

Functions

fallback_sources(→ List[Tuple[str, str]])

list of sources to build/update the fallback 'catch-all' stubfolder

update_fallback(stubpath, fallback_path[, version])

update the fallback stubs from the defined sources

Attributes

RELEASED

stubber.update_fallback.RELEASED = 'v1_18'
stubber.update_fallback.fallback_sources(version: str, fw_version: str | None = None) List[Tuple[str, str]]

list of sources to build/update the fallback ‘catch-all’ stubfolder version : the version to use fw_version : version to source the Firmware stubs from. defaults to the version used , but can be lower

Parameters:
  • version (str) –

  • fw_version (Optional[str]) –

Return type:

List[Tuple[str, str]]

stubber.update_fallback.update_fallback(stubpath: pathlib.Path, fallback_path: pathlib.Path, version: str = RELEASED)

update the fallback stubs from the defined sources

Parameters: