[Subversion] / PEAK / src / peak / core.py  

Diff of /PEAK/src/peak/core.py

Parent Directory | Revision Log

version 1847, Mon Oct 11 19:36:04 2004 UTC version 1848, Mon Oct 11 21:38:07 2004 UTC
Line 235 
Line 235 
         return lookup(forObj, self, default)          return lookup(forObj, self, default)
   
   
     def of(self, forObj):      def of(self, forObj, cache=True):
         from peak.config.config_components import Namespace          from peak.config.config_components import Namespace
         return Namespace(self, forObj)          return Namespace(self, forObj, cache=cache)
   
   
     def __repr__(self):      def __repr__(self):


Generate output suitable for use with a patch program
Legend:
Removed from v.1847  
changed lines
  Added in v.1848

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help