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

Method reverse

python/python3/tornado/routing.py:477–478  ·  view source on GitHub ↗
(self, *args: Any)

Source from the content-addressed store, hash-verified

475 self.name = name
476
477 def reverse(self, *args: Any) -> Optional[str]:
478 return self.matcher.reverse(*args)
479
480 def __repr__(self) -> str:
481 return "%s(%r, %s, kwargs=%r, name=%r)" % (

Callers 9

reverse_urlMethod · 0.45
_generate_pythonMethod · 0.45
test_reverseMethod · 0.45
test_non_reversibleMethod · 0.45
CtFunction · 0.45
jquery.jsFile · 0.45

Calls

no outgoing calls

Tested by 3

test_reverseMethod · 0.36
test_non_reversibleMethod · 0.36