micropython/extmod
Paul Sokolovsky 1679696612 moductypes: Swap address and descriptor args in constructor.
Now address comes first, and args related to struct type are groupped next.
Besides clear groupping, should help catch errors eagerly (e.g. forgetting
to pass address will error out).

Also, improve args number checking/reporting overall.
2015-06-06 22:57:54 +03:00
..
crypto-algorithms
re1.5
uzlib
modmachine.c
modubinascii.c
modubinascii.h extmod: Actually expose the ubinascii python methods. 2015-05-22 09:56:09 +02:00
moductypes.c moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
moduhashlib.c moduhashlib: Remove not implemented .hexdigest(). 2015-05-21 17:20:26 +03:00
moduheapq.c
modujson.c
modure.c
moduzlib.c