MCPcopy
hub / github.com/django/django / reverse

Method reverse

django/urls/resolvers.py:752–753  ·  view source on GitHub ↗
(self, lookup_view, *args, **kwargs)

Source from the content-addressed store, hash-verified

750 return get_callable(callback)
751
752 def reverse(self, lookup_view, *args, **kwargs):
753 return self._reverse_with_prefix(lookup_view, "", *args, **kwargs)
754
755 def _reverse_with_prefix(self, lookup_view, _prefix, *args, **kwargs):
756 if args and kwargs:

Callers 2

parse_color_settingFunction · 0.45
reverseFunction · 0.45

Calls 1

_reverse_with_prefixMethod · 0.95

Tested by

no test coverage detected