-
- Downloads
py: Add attrtuple object, for space-efficient tuples with attr access.
If you need the functionality of a namedtuple but will only make 1 or a few instances, then use an attrtuple instead.
Showing
- bare-arm/mpconfigport.h 1 addition, 0 deletionsbare-arm/mpconfigport.h
- minimal/mpconfigport.h 1 addition, 0 deletionsminimal/mpconfigport.h
- py/mpconfig.h 6 additions, 0 deletionspy/mpconfig.h
- py/objattrtuple.c 94 additions, 0 deletionspy/objattrtuple.c
- py/objnamedtuple.c 2 additions, 9 deletionspy/objnamedtuple.c
- py/objtuple.h 15 additions, 0 deletionspy/objtuple.h
- py/py.mk 1 addition, 0 deletionspy/py.mk
Loading
Please register or sign in to comment