__bi/built_ins(subset of Python's built-ins)dict(subset of Python's built-indict; NOTE: NO.items())func(not clear what it is for)list(subset of Python's built-inlist)margin(not clear what it is for)math(subset of Python's built-inmathmodule)random(subset of Python's built-inrandommodule)string(subset of Python's built-instringmodule)sys(clash with Python's built-insysmodule)
We welcome PRs from VEX Robotics enthusiasts who like coding in Python using this stub library in your favourite IDEs/editors.
Without coverage (fast):
python3 -m pytest src/With coverage:
python3 -m pytest --cov src/