MCPcopy Create free account
hub / github.com/encode/django-rest-framework / urls

Method urls

rest_framework/routers.py:87–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85
86 @property
87 def urls(self):
88 if not hasattr(self, '_urls'):
89 self._urls = self.get_urls()
90 return self._urls
91
92
93class SimpleRouter(BaseRouter):

Callers

nothing calls this directly

Calls 1

get_urlsMethod · 0.95

Tested by

no test coverage detected