MCPcopy
hub / github.com/django/django / namespace_dict

Method namespace_dict

django/urls/resolvers.py:637–641  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

635
636 @property
637 def namespace_dict(self):
638 language_code = get_language()
639 if language_code not in self._namespace_dict:
640 self._populate()
641 return self._namespace_dict[language_code]
642
643 @property
644 def app_dict(self):

Callers

nothing calls this directly

Calls 2

_populateMethod · 0.95
get_languageFunction · 0.90

Tested by

no test coverage detected