HomeSort by relevance Sort by last modified time
    Searched full:my_other_method (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/
features.rst 158 def my_other_method(self):
163 webapp2.Route('/other', handler=MyHandler, name='custom-2', handler_method='my_other_method'),
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
handler_test.py 582 def my_other_method(self): member in class:TestHandler.test_custom_method.MyHandler
587 webapp2.Route('/other', MyHandler, handler_method='my_other_method'),

Completed in 1316 milliseconds