aboutsummaryrefslogtreecommitdiff
path: root/tests/micropython/viper_types.py.exp
AgeCommit message (Collapse)Author
2019-05-03py/native: Improve support for bool type in viper functions.Damien George
Variables with type bool now act more like an int, and there is proper casting to/from Python objects.