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

Method __str__

traccheck.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 return self.boolstr in {"enabled", "disabled"}
74
75 def __str__(self):
76 return f"{self.pathstr} = {self.boolstr}"
77
78 def get_lint_errors(self):
79 errors = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected