/[gnue]/gnue-appserver/src/classrep/Property.py
ViewVC logotype

Diff of /gnue-appserver/src/classrep/Property.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jvetter, Tue May 27 14:30:57 2003 UTC revision 1.3 by reinhard, Mon Aug 11 15:29:35 2003 UTC
# Line 69  class PropertyDict (BaseDictionary): Line 69  class PropertyDict (BaseDictionary):
69        if prop.gnue_class == classId:        if prop.gnue_class == classId:
70          return []          return []
71    
72      print "DEBUG: Property: requestData %s, %s" % (classId, propertyName)      # print "DEBUG: Property: requestData %s, %s" % (classId, propertyName)
73    
74      cond = [["eq", ""], ["field", "gnue_class"], ["const", classId]]      cond = [["eq", ""], ["field", "gnue_class"], ["const", classId]]
75    
# Line 108  class PropertyDict (BaseDictionary): Line 108  class PropertyDict (BaseDictionary):
108        return self._cache [name]        return self._cache [name]
109    
110      # since we had no match in the cache ask for it      # since we had no match in the cache ask for it
111      print "DEBUG: Property: REFETCH: %s, %s" % (self.klass.fullName, name)      # print "DEBUG: Property: REFETCH: %s, %s" % (self.klass.fullName, name)
112      res = self._requestData (self.klass.gnue_id, name)      res = self._requestData (self.klass.gnue_id, name)
113    
114      if len (res) == 1:      if len (res) == 1:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26