Gaetan Delannay 2009-08-04 14:39:43 +02:00
parent 4c29c7c484
commit facbe7fa3d
8 changed files with 229 additions and 16 deletions

View file

@ -533,6 +533,10 @@ class AbstractMixin:
self.appyWrapper = self.wrapperClass(self)
return self.appyWrapper
def appy(self):
'''Nice alias to the previous method.'''
return self._appy_getWrapper(force=True)
def _appy_getSourceClass(self, fieldName, baseClass):
'''We know that p_fieldName was defined on Python class p_baseClass or
one of its parents. This method returns the exact class (p_baseClass