eric7/DebugClients/Python/coverage/disposition.py

branch
eric7
changeset 8991
2fc945191992
parent 8929
fcca2fa618bf
--- a/eric7/DebugClients/Python/coverage/disposition.py	Sun Mar 20 17:26:35 2022 +0100
+++ b/eric7/DebugClients/Python/coverage/disposition.py	Sun Mar 20 17:49:44 2022 +0100
@@ -6,7 +6,9 @@
 
 class FileDisposition:
     """A simple value type for recording what to do with a file."""
-    pass
+
+    def __repr__(self):
+        return f"<FileDisposition {self.canonical_filename!r}: trace={self.trace}>"
 
 
 # FileDisposition "methods": FileDisposition is a pure value object, so it can

eric ide

mercurial