Commit cb019bef authored by Vincent Pelletier's avatar Vincent Pelletier

Improve coding style.

Improve docstrings.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6868 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 339339d4
...@@ -109,4 +109,3 @@ class Entity(Interface): ...@@ -109,4 +109,3 @@ class Entity(Interface):
""" """
pass pass
...@@ -97,16 +97,19 @@ class Variated(Interface): ...@@ -97,16 +97,19 @@ class Variated(Interface):
# General Variation accessors # General Variation accessors
def getVariationValue(): def getVariationValue():
""" """
Returns a VariationValue object.
""" """
pass pass
def _setVariationValue(value): def _setVariationValue(value):
""" """
Private setter for VariationValue.
""" """
pass pass
def setVariationValue(value): def setVariationValue(value):
""" """
Sets the VariationValue.
""" """
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment