How to extend a tuple of tuples?
Lawrence D’Oliveiro
lawrencedo99 at gmail.com
Fri Sep 9 23:43:18 EDT 2016
More information about the Python-list mailing list
Fri Sep 9 23:43:18 EDT 2016
- Previous message (by thread): How to extend a tuple of tuples?
- Next message (by thread): Is it possible to process dist files before they are build via a setuptools hook?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Saturday, September 10, 2016 at 12:21:48 AM UTC+12, Frank Millman wrote: > The short answer is that I am using it as a dictionary key. Another option is, if it takes several steps to construct the tuple, to build it incrementally as a list and then cast it to a tuple.
- Previous message (by thread): How to extend a tuple of tuples?
- Next message (by thread): Is it possible to process dist files before they are build via a setuptools hook?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list