Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django/code.djangoproject.com
/ __init__
Method
__init__
traccheck.py:184–185 ·
view source on GitHub ↗
(self, installed)
Source
from the content-addressed store, hash-verified
182
""
"
183
184
def
__init__(self, installed):
185
self.registered_component_tree = _build_component_tree(installed)
186
187
188
class
TracCheckTestCase(unittest.TestCase):
Callers
1
__init__
Method · 0.45
Calls
1
_build_component_tree
Function · 0.85
Tested by
no test coverage detected