Hi,
I am a newbie to Pyramid and have a question about passing variable between
callable like this one:
def callable_a(request):
id = 1
...
return dict( ... )
def callable_b(request):
# get id from callable_a
Is there a best way for getting 'id' defined in "callable_a" in
"callable_b"? Any example or document?
Thanks,
HT
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.