Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django/code.djangoproject.com
/ registered_component_tree
Method
registered_component_tree
traccheck.py:110–111 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
108
109
@cached_property
110
def
registered_component_tree(self):
111
return
_build_component_tree(self.registered_components)
112
113
@property
114
def
configured_components(self):
Callers
nothing calls this directly
Calls
1
_build_component_tree
Function · 0.85
Tested by
no test coverage detected