File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
//| print("Hello World!")"""
40
40
//|
41
41
42
- //| def __init__(self): -> None
42
+ //| def __init__(self) -> None:
43
43
//| """You cannot create an instance of `supervisor.Runtime`.
44
44
//| Use `supervisor.runtime` to access the sole instance available."""
45
45
//| ...
Original file line number Diff line number Diff line change 39
39
//| mouse.send_report()"""
40
40
//|
41
41
42
- //| def __init__(self): -> None
42
+ //| def __init__(self) -> None:
43
43
//| """Not currently dynamically supported."""
44
44
//| ...
45
45
//|
Original file line number Diff line number Diff line change 38
38
//| class PortOut:
39
39
//| """Sends midi messages to a computer over USB"""
40
40
//|
41
- //| def __init__(self): -> None
41
+ //| def __init__(self) -> None:
42
42
//| """You cannot create an instance of `usb_midi.PortOut`.
43
43
//|
44
44
//| PortOut objects are constructed for every corresponding entry in the USB
Original file line number Diff line number Diff line change 29
29
//| class WatchDogMode:
30
30
//| """run state of the watchdog timer"""
31
31
//|
32
- //| def __init__(self): -> None
32
+ //| def __init__(self) -> None:
33
33
//| """Enum-like class to define the run mode of the watchdog timer."""
34
34
//|
35
35
//| RAISE: watchdog.WatchDogMode = ...
Original file line number Diff line number Diff line change 49
49
//| """
50
50
//|
51
51
52
- //| def __init__(self): -> None
52
+ //| def __init__(self) -> None:
53
53
//| """Not currently dynamically supported. Access the sole instance through `microcontroller.watchdog`."""
54
54
//| ...
55
55
//|
You can’t perform that action at this time.
0 commit comments