Is there a clever way to pass arguments

Terry Reedy tjreedy at udel.edu
Thu Aug 9 15:48:00 EDT 2012


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




More information about the Python-list mailing list