Closed
Description
The Property.value
attribute is deprecated!
- the
Property.value
accessor methods currently use a print statement. Refactor to a proper deprecation warning using thewarnings
module. - in
Property.__init__
thevalue
can be keyword set, but does not elicit the deprecation warning. - in the
Section.create_property()
methodvalue
can be set as a keyword argument, butvalues
can not. Refactor so thatvalues
can also be keyword set and that the usage of thevalue
keyword elicits a deprecation warning.
Metadata
Metadata
Assignees
Labels
No labels