Home
last modified time | relevance | path

Searched refs:my_other_method (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/webapp2/docs/
Dfeatures.rst158 def my_other_method(self):
163 … webapp2.Route('/other', handler=MyHandler, name='custom-2', handler_method='my_other_method'),
/external/chromium-trace/catapult/third_party/webapp2/tests/
Dhandler_test.py582 def my_other_method(self): member in TestHandler.test_custom_method.MyHandler