__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-inmath
module)random
(subset of Python's built-inrandom
module)string
(subset of Python's built-instring
module)sys
(clash with Python's built-insys
module)
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/