function got multiple values for keyword argument for value

kavithabhaskaran2013 at gmail.com kavithabhaskaran2013 at gmail.com
Wed Oct 30 17:21:27 EDT 2013


> 
> 
> 
> > search(lane,value=None,start=105,stop=115,GUI=True) -> function definition
> 
> > search(lane,value=value,start=start, stop=stop,GUI=True) -> function call
> 
> 
> 
> > I get the error "search()" got multiple keyword argument for value"
> 
> 
> 
> > I dont follow why I get it when the number of arguments I am calling with the function call match the parameters in the definition.
> 
> 
> 
> What type is "value" expected to be?  A single item, a list, a dict, etc?
> 
> 
> 
> -- 
> 
> John Gordon         Imagine what it must be like for a real medical doctor to
> 
> gordon at panix.com    watch 'House', or a real serial killer to watch 'Dexter'.

Hi John - it is an object.



More information about the Python-list mailing list