mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
76fda14db9f926df63065377f6dbd9ebd750b580
Observations:
* Type annotations tend to be verbose, for example:
blink(color1: typing.Union[pblight.Color, pblight.RGB, NoneType], color2: typing.Union[pblight.Color, pblight.RGB, NoneType], pattern: pblight.Pattern) → None
* There seems to be a bug with .. autodata::
Fake Pybricks
This is a standard Python 3.x library that provides the Pybricks API with a totally fake implementation. It is used to provide documentation and type hints for code completion.
Languages
Python
99.1%
Shell
0.9%