MCPcopy Create free account
hub / github.com/EasyIME/PIME / reverse_url

Method reverse_url

python/python3/tornado/test/routing_test.py:129–131  ·  view source on GitHub ↗
(self, name, *args)

Source from the content-addressed store, hash-verified

127 return app.get_handler_delegate(request, handler)
128
129 def reverse_url(self, name, *args):
130 handler_path = "/" + name
131 return handler_path if handler_path in self.routes else None
132
133
134class CustomRouterTestCase(AsyncHTTPTestCase):

Callers 6

getMethod · 0.45
prepareMethod · 0.45
test_reverse_urlMethod · 0.45
getMethod · 0.45
reverse_urlMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected