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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to