yeap.
def get(self):
# tah dan!!
self.my_function()
On 30 jun, 15:26, Leanan <[email protected]> wrote:
> This may sound silly, but can I define something other than get and
> post methods in a handler? IE:
>
> class My_Handler(webapp.RequestHandler):
> def get(self):
> #Stuff
>
> def post(self):
> #Stuff
>
> def my_function(self):
> #Stuff
>
> If so, how exactly do I get things to go to my_function()?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---