>
>
>
> > 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
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 understand when this error comes up - if I had a function definition like
bel