File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,8 @@ def __eq__(self, other):
403
403
404
404
class ChangePlannedPartition (PlannedPartition ):
405
405
"""
406
- Represents modifications to a given Partition
406
+ Represents modifications to a Partition supplied during construction. Use
407
+ the parent class' methods to alter this change.
407
408
"""
408
409
409
410
def __init__ (self , old_part ):
@@ -434,7 +435,9 @@ def __str__(self):
434
435
435
436
class NewPlannedPartition (PlannedPartition ):
436
437
"""
437
- Represents a wholly new Partition to be constructed
438
+ Represents a wholly new Partition to be constructed. After construction,
439
+ you must set the number of columns using set_columns before attempting
440
+ to use this in a plan.
438
441
"""
439
442
440
443
def __init__ (self ):
You can’t perform that action at this time.
0 commit comments