We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f368c7 commit 37e00fdCopy full SHA for 37e00fd
1 file changed
app/grandchallenge/components/models.py
@@ -2263,6 +2263,9 @@ def dicom_upload_with_name(self):
2263
return self._dicom_upload_with_name
2264
2265
def __repr__(self):
2266
+ return f"CIVData(interface_slug={self._interface_slug!r}, value={self._initial_value!r})"
2267
+
2268
+ def __str__(self):
2269
return f"CIVData: {self.__dict__}"
2270
2271
def __init__(self, *, interface_slug, value):
0 commit comments