Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25806/Modeling
Modified Files:
Entity.py FaultHandler.py
Log Message:
Removed latin-1 chars that make epydoc badly fail
Index: Entity.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Entity.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Entity.py 22 Feb 2004 17:31:37 -0000 1.22
--- Entity.py 7 Mar 2004 17:36:39 -0000 1.23
***************
*** 114,119 ****
from Modeling.utils import base_persistent_object
class Entity(base_persistent_object, XMLCapability, KeyValueCoding):
! """
! Describes an entity
An entity defines a class and its corresponding persistence schema.
--- 114,118 ----
from Modeling.utils import base_persistent_object
class Entity(base_persistent_object, XMLCapability, KeyValueCoding):
! """Describes an entity
An entity defines a class and its corresponding persistence schema.
***************
*** 561,565 ****
def parentEntities(self):
! """Returns the parent entities (à la super-class, cf. inheritance)
The returned set is ordered: it begins with the direct parent, and ends
--- 560,564 ----
def parentEntities(self):
! """Returns the parent entities (a la super-class, cf. inheritance)
The returned set is ordered: it begins with the direct parent, and ends
***************
*** 576,580 ****
def parentEntity(self):
! """Returns the parent entity (à la super-class, cf. inheritance)
See also: %(inheritance_methods)s
--- 575,579 ----
def parentEntity(self):
! """Returns the parent entity (a la super-class, cf. inheritance)
See also: %(inheritance_methods)s
***************
*** 585,589 ****
def parentEntityName(self):
"""
! Returns the parent entity's name (à la super-class, cf. inheritance)
See also: %(inheritance_methods)s
--- 584,588 ----
def parentEntityName(self):
"""
! Returns the parent entity's name (a la super-class, cf. inheritance)
See also: %(inheritance_methods)s
Index: FaultHandler.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/FaultHandler.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** FaultHandler.py 14 Feb 2004 18:27:03 -0000 1.15
--- FaultHandler.py 7 Mar 2004 17:36:39 -0000 1.16
***************
*** 364,369 ****
Implementation notes::
! __TBD cf. besoin de violer la règle du fault qui ne contient pas son
! __TBD objet, pour le cas des requêtes sur __len__, etc. (sequence-like
__TBD messages)
--- 364,369 ----
Implementation notes::
! __TBD cf. besoin de violer la regle du fault qui ne contient pas son
! __TBD objet, pour le cas des requetes sur __len__, etc. (sequence-like
__TBD messages)
|