Akuli
Akuli
This was previously Y0092, and it was removed because it had problems: #88
```python3 def foo(callback): callback() ``` There's a few ways to type this function: ```python3 def foo(callback: Callable[[], None]) -> None: ... def foo(callback: Callable[[], Any]) -> None: ... def foo(callback:...
Relay can only do SPDT. For now I am drawing two relays, even though I will actually use a relay where the same coil pulls two switches.
I can make SPDT, 2PDT or 4PDT, but not 3PDT.
I have written some tkinter stuff to [Akuli/tkinter-tutorial](https://github.com/Akuli/tkinter-tutorial). Occasionally someone stars it, but I haven't done anything to it in a couple years. For detailed documentation (as in https://github.com/rdbende/tkinter-docs/blob/main/docs/tk/tk.html ),...
https://github.com/python/typeshed/blob/6d20ea636ca7b66cec62f490ec9e42b63886c811/stdlib/tkinter/filedialog.pyi#L81-L90 The defaults are set to `...`, because the code is dynamic (as is usual with tkinter), and the default values couldn't be filled in automatically when we introduced default...
 The whole string should be highlighted with the same color.
> Was thinking of maybe adding a symbols table to this this, something that looks like: > > Let me know what you think, i've already got a class...
 Both comments should be gray
 The `else` keyword is not syntax highlighted.