MCPcopy Create free account
hub / github.com/django/code.djangoproject.com / configured_components

Method configured_components

traccheck.py:114–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112
113 @property
114 def configured_components(self):
115 yield from (
116 ConfiguredComponent(self, name, value)
117 for name, value in self.components_section.options()
118 )
119
120 def get_lint_errors(self):
121 errors = []

Callers

nothing calls this directly

Calls 1

ConfiguredComponentClass · 0.85

Tested by

no test coverage detected