This is not valid:

def some_function(the_real_parameter):
    print the_real_parameter

parameter_name = 'the_real_parameter'

some_function(parameter_name='hello')

Anthony

On Thursday, June 8, 2017 at 2:49:17 PM UTC-4, Peter wrote:
>
>
> Thanks for that Anthony!   (I have a feeling of deja vu about that one)
>
> If you have time can you tell me what you mean...
>
> That's not valid Python code
>
>
> I'm not sure what it refers to and would like to understand where I am 
> doing something wrong.
>
>
> Regards
> Peter
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to