This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e160fe7bc6
circuitpython
/
tests
/
micropython
/
viper_misc.py.exp
9 lines
25 B
Plaintext
Raw
Normal View
History
Unescape
Escape
py: Allow viper to have type annotations. Viper functions can now be annotated with the type of their arguments and return value. Eg: @micropython.viper def f(x:int) -> int: return x + 1
2014-08-15 11:45:41 -04:00
6
3
tests: Add more tests for viper, including tests for ViperTypeError's.
2015-04-22 18:18:28 -04:00
0
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
2015-10-13 13:24:36 -04:00
Ellipsis
tests: Add more tests for viper, including tests for ViperTypeError's.
2015-04-22 18:18:28 -04:00
6
tests/micropython: Split viper_misc test into two files. So it can run on targets with low memory, eg esp8266. Also enable the viper_4args() sub-test, which is now supported. Signed-off-by: Damien George <damien@micropython.org>
2023-02-08 23:32:15 -05:00
10
py: Fix typing of viper locals; allow default types in annotation.
2014-08-15 17:39:08 -04:00
7
20
Reference in New Issue
Copy Permalink