Is there a clever way to pass arguments
Terry Reedy
tjreedy at udel.edu
Thu Aug 9 15:48:00 EDT 2012
More information about the Python-list mailing list
Thu Aug 9 15:48:00 EDT 2012
- Previous message (by thread): Is there a clever way to pass arguments
- Next message (by thread): Is there a clever way to pass arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 8/9/2012 5:50 AM, Jean-Michel Pichavant wrote: > Chris Angelico wrote: >> On Thu, Aug 9, 2012 at 7:05 PM, Jean-Michel Pichavant >> <jeanmichel at sequans.com> wrote: >>> bruceg113355 at gmail.com wrote: >>>> I cannot change the function definition. >>> or better (imo) >>> testData(z) and make testData handle a list (8 parameters, that's a >>> lot of >>> parameters). >> >> He can't change the function definition. One can always wrap a function with an adaptor if the signature is too awful. -- Terry Jan Reedy
- Previous message (by thread): Is there a clever way to pass arguments
- Next message (by thread): Is there a clever way to pass arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list