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 04ef78e commit 41142c4Copy full SHA for 41142c4
pina/collector.py
@@ -37,7 +37,7 @@ def __init__(self, problem):
37
@property
38
def full(self):
39
"""
40
- Whether all conditions are ready or not.
+ Whether all conditions are ready to be passed to the collector.
41
42
:return: True if all conditions are ready.
43
:rtype: bool
@@ -48,7 +48,7 @@ def full(self):
48
@full.setter
49
def full(self, value):
50
51
- Check the consistency of the value and set the full property.
+ Set the full flag.
52
53
:param bool value: The value to set the full property to.
54
0 commit comments