Files
pybricks-api/jedi
Gabriel CouchenourandGitHub 32f974e7e5 Robotics.py: Fix issue with the type stub for DriveBase.angle() (#165)
The type was changed from `int` to `float` in https://github.com/pybricks/pybricks-micropython/commit/4d457a17fc13d42d9b311df99e05dafaeed67862.

Technically, it is still `int` on BOOST Move hub (any system without floating point support). But most platforms use `float` so makes sense to have that in the type hints.
2025-09-19 21:53:37 -05:00
..
2025-02-26 12:49:04 +01:00
2022-09-07 19:41:23 -05:00
2025-02-26 12:49:04 +01:00
2022-09-30 16:04:33 +02:00
2025-02-26 12:49:04 +01:00