MCPcopy 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
188class TracCheckTestCase(unittest.TestCase):

Callers 1

__init__Method · 0.45

Calls 1

_build_component_treeFunction · 0.85

Tested by

no test coverage detected