File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939//| print("Hello World!")"""
4040//|
4141
42- //| def __init__(self): -> None
42+ //| def __init__(self) -> None:
4343//| """You cannot create an instance of `supervisor.Runtime`.
4444//| Use `supervisor.runtime` to access the sole instance available."""
4545//| ...
Original file line number Diff line number Diff line change 3939//| mouse.send_report()"""
4040//|
4141
42- //| def __init__(self): -> None
42+ //| def __init__(self) -> None:
4343//| """Not currently dynamically supported."""
4444//| ...
4545//|
Original file line number Diff line number Diff line change 3838//| class PortOut:
3939//| """Sends midi messages to a computer over USB"""
4040//|
41- //| def __init__(self): -> None
41+ //| def __init__(self) -> None:
4242//| """You cannot create an instance of `usb_midi.PortOut`.
4343//|
4444//| PortOut objects are constructed for every corresponding entry in the USB
Original file line number Diff line number Diff line change 2929//| class WatchDogMode:
3030//| """run state of the watchdog timer"""
3131//|
32- //| def __init__(self): -> None
32+ //| def __init__(self) -> None:
3333//| """Enum-like class to define the run mode of the watchdog timer."""
3434//|
3535//| RAISE: watchdog.WatchDogMode = ...
Original file line number Diff line number Diff line change 4949//| """
5050//|
5151
52- //| def __init__(self): -> None
52+ //| def __init__(self) -> None:
5353//| """Not currently dynamically supported. Access the sole instance through `microcontroller.watchdog`."""
5454//| ...
5555//|
You can’t perform that action at this time.
0 commit comments