Update collector.py

This commit is contained in:
Filippo Olivo
2025-03-12 20:03:48 +01:00
committed by FilippoOlivo
parent ed03cac960
commit 8ed5ffb70a

View File

@@ -37,8 +37,10 @@ class Collector:
@property @property
def full(self): def full(self):
""" """
Whether all conditions are ready to be passed to the collector. Whether all conditions are ready to be passed to the data module.
The collector is said to be full is all conditions have some entries
in data_collection dict.
:return: True if all conditions are ready. :return: True if all conditions are ready.
:rtype: bool :rtype: bool
""" """