stubber.publish.defaults

Build and packaging defaults for stubber

Attributes

DEFAULT_BOARDS

GENERIC_L

generic lowercase

GENERIC_U

GENERIC uppercase

GENERIC

GENERIC eithercase

DEFAULT_L

default lowercase

DEFAULT_U

DEFAULT uppercase

DEFAULT

DEFAULT eithercase

DEFAULT_ALIASES

Accepted aliases for selecting a per-port default board

Functions

default_board(→ str)

Return the default board for the given version and port

Module Contents

stubber.publish.defaults.DEFAULT_BOARDS: Dict[str, List[str]]
stubber.publish.defaults.GENERIC_L = 'generic'

generic lowercase

stubber.publish.defaults.GENERIC_U = 'GENERIC'

GENERIC uppercase

stubber.publish.defaults.GENERIC

GENERIC eithercase

stubber.publish.defaults.DEFAULT_L = 'default'

default lowercase

stubber.publish.defaults.DEFAULT_U = 'DEFAULT'

DEFAULT uppercase

stubber.publish.defaults.DEFAULT

DEFAULT eithercase

stubber.publish.defaults.DEFAULT_ALIASES

Accepted aliases for selecting a per-port default board

stubber.publish.defaults.default_board(port: str, version=V_PREVIEW) str

Return the default board for the given version and port

Parameters:

port (str)

Return type:

str