PythonExtra/tests/micropython/viper_types.py.exp
Damien George 5ea38e4d74 py/native: Improve support for bool type in viper functions.
Variables with type bool now act more like an int, and there is proper
casting to/from Python objects.
2019-05-03 23:18:30 +10:00

9 lines
44 B
Plaintext

False
True
False
True
False
True
False
True