in typehints/pyboard/pyb.pyi [0:0]
def __init__(
self,
bus: int | str,
mode: str,
/,
*,
addr: int = 0x12,
baudrate: int = 400_000,
gencall: bool = False,
dma: bool = False,