From b4504bcfaaa06bdd7b2fc21ce5f5904349344435 Mon Sep 17 00:00:00 2001 From: atse Date: Wed, 4 Oct 2023 11:59:13 +0800 Subject: [PATCH] Add docstring --- pytec/tec_qt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 91299a4..44ccdb3 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -154,6 +154,8 @@ class ClientWatcher(QObject): class ChannelGraphs: + """Manager of the two graphs of a channel, and its elements.""" + """The maximum number of sample points to store.""" DEFAULT_MAX_SAMPLES = 1000