[Modeling-cvs] ProjectModeling/Modeling ClassDescription.py,1.12,1.13
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-07-24 11:11:36
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv22303 Modified Files: ClassDescription.py Log Message: Changed docstring: MDL_ENABLE_SIMPLE_METHOD_CACHE should be set to enable caching of models (see Modeling.utils) Index: ClassDescription.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ClassDescription.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ClassDescription.py 23 Jul 2003 21:09:27 -0000 1.12 --- ClassDescription.py 24 Jul 2003 11:11:34 -0000 1.13 *************** *** 129,134 **** Assigns the supplied classDescription to 'name'. ! The supplied ClassDescription's simple methods are cached, unless ! MDL_DISABLE_SIMPLE_METHOD_CACHE is set to any non-empty string. See utils.cache_simple_methods() for details. """ --- 129,134 ---- Assigns the supplied classDescription to 'name'. ! The supplied ClassDescription's simple methods are not cached, unless ! MDL_ENABLE_SIMPLE_METHOD_CACHE is set to any non-empty string. See utils.cache_simple_methods() for details. """ |