Files
pybricks-api/jedi
David Lechner 821a3e4455 pybricks.*: add MaybeAwaitable types
Many blocking functions now return Awaitable[T] when the async run
loop is running. The static analysis tools don't have a way of
knowing this, so the best we can do is return both types so that
x = method() and x = await method() both work mostly as expected.
2023-06-12 17:04:09 -05:00
..
2023-05-16 15:43:09 -05:00
2022-09-07 19:41:23 -05:00
2023-05-16 15:43:09 -05:00
2022-09-30 16:04:33 +02:00
2023-05-16 15:43:09 -05:00