Commit ae2ee162 authored by Jérome Perrin's avatar Jérome Perrin

this docstring was wrong


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44182 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b24d2ae
...@@ -79,13 +79,9 @@ class MovementGeneratorMixin: ...@@ -79,13 +79,9 @@ class MovementGeneratorMixin:
# Implementation of IMovementGenerator # Implementation of IMovementGenerator
def getGeneratedMovementList(self, movement_list=None, rounding=False): def getGeneratedMovementList(self, movement_list=None, rounding=False):
""" """
Returns an IMovementList generated by a model applied to the context Returns a list of movements generated by that rule.
context - an IMovementCollection, an IMovementList or an IMovement
movement_list - optional IMovementList which can be passed explicitely movement_list - optional IMovementList which can be passed explicitely
whenever context is an IMovementCollection and whenever
we want to filter context.getMovementList
rounding - boolean argument, which controls if rounding shall be applied on rounding - boolean argument, which controls if rounding shall be applied on
generated movements or not generated movements or not
......
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