Commit 52cf4dde authored by Vincent Pelletier's avatar Vincent Pelletier

Improve coding style.

Improve docstrings.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6870 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3234d25
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Amount: class Amount:
""" """
An amount defines a quantity and variation of a resource An amount defines a quantity and variation of a resource
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Capacity: class Capacity:
""" """
A capacity is defined as a set of resources with quantities A capacity is defined as a set of resources with quantities
......
...@@ -26,10 +26,8 @@ ...@@ -26,10 +26,8 @@
# #
############################################################################## ##############################################################################
class Causality: class Causality:
""" """
A causality is contains movements generated by a template. A causality contains movements generated by a template.
""" """
pass pass
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
# #
############################################################################## ##############################################################################
from Item import Item from Item import Item
class Container(Item): class Container(Item):
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Delivery: class Delivery:
""" """
A Delivery object is a collection of movements A Delivery object is a collection of movements
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
# #
############################################################################## ##############################################################################
class Item: class Item:
""" """
An Item defines a serial number and is referenced by an amount An Item defines a serial number and is referenced by an amount
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class MetaNode: class MetaNode:
""" """
A metanode aggregates a collection of real nodes. A metanode aggregates a collection of real nodes.
...@@ -42,7 +40,6 @@ class MetaNode: ...@@ -42,7 +40,6 @@ class MetaNode:
resource: EUR resource: EUR
amount: 10.0 amount: 10.0
source/portal_categories/country/france/accounting/4003 source/portal_categories/country/france/accounting/4003
destination/portal_categories/country/spain/accounting/2001 destination/portal_categories/country/spain/accounting/2001
...@@ -54,7 +51,6 @@ class MetaNode: ...@@ -54,7 +51,6 @@ class MetaNode:
""" """
def getNodeList(): def getNodeList():
""" """
Returns the subnodes of this metanode Returns the subnodes of this metanode
......
...@@ -31,5 +31,5 @@ class MetaResource: ...@@ -31,5 +31,5 @@ class MetaResource:
A meta resource is an abstract resource which summarizes A meta resource is an abstract resource which summarizes
a collection of resources. a collection of resources.
Applicatino is : budgetting Application is : budgetting
""" """
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Movement: class Movement:
""" """
Movement of a quantity of resource in a given variation Movement of a quantity of resource in a given variation
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Node: class Node:
""" """
People, machines, People, machines,
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Prototype: class Prototype:
""" """
A transformed resource which can be extended A transformed resource which can be extended
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Quantity: class Quantity:
""" """
Quantities are float in ERP5 Quantities are float in ERP5
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Resource: class Resource:
""" """
Describes a resource Describes a resource
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Rule: class Rule:
""" """
Implemented as a movement template in XSL approach Implemented as a movement template in XSL approach
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Tracking: class Tracking:
""" """
Points to items invoved in a transformation Points to items invoved in a transformation
......
...@@ -26,10 +26,8 @@ ...@@ -26,10 +26,8 @@
# #
############################################################################## ##############################################################################
class Transformation: class Transformation:
""" """
Collectino of transformed resources Collection of transformed resources
""" """
pass pass
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
# #
############################################################################## ##############################################################################
class Variation: class Variation:
""" """
Discrete variation Discrete variation
......
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