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

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

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

revision 1.5 by reinhard, Tue Aug 12 15:01:05 2003 UTC revision 1.6 by siesel, Sat Aug 16 17:07:16 2003 UTC
# Line 99  class ClassDict (BaseDictionary): Line 99  class ClassDict (BaseDictionary):
99      module = self.modules [moduleName]      module = self.modules [moduleName]
100    
101      # is the class already cached ?      # is the class already cached ?
102      if self.has_key (name):      if self._cache.has_key(name):
103        return self._cache [name]        return self._cache [name]
104    
105      # since we had no match cached, ask for it      # since we had no match cached, ask for it

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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