We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5053fd6 commit 666cf73Copy full SHA for 666cf73
dls_util/message/message.py
@@ -1,5 +1,6 @@
1
from dls_util.object_with_lifetime import ObjectWithLifetime
2
3
+
4
class Message(ObjectWithLifetime):
5
"""A class that holds a message"""
6
def __init__(self, type, content, lifetime=2):
0 commit comments