X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FAccessor.py;h=0a499b586943e6140f6cac35d052d9a96081f1a2;hb=0c28b6c095054293cc35c75a7a601486a4c249ff;hp=acf9a49b249ac6a897656f2698bae5a1c8552ea6;hpb=f7ce7ce813d4c44502629820a3583f32a99a98f7;p=plcapi.git diff --git a/PLC/Accessor.py b/PLC/Accessor.py index acf9a49..0a499b5 100644 --- a/PLC/Accessor.py +++ b/PLC/Accessor.py @@ -1,18 +1,20 @@ -# $Id$ -# $URL$ # # Thierry Parmentelat - INRIA # # # just a placeholder for storing accessor-related tag checkers # this is filled by the accessors factory +# +# NOTE. If you ever come to manually delete a TagType that was created +# by the Factory, you need to restart your python instance / web server +# as the cached information then becomes wrong from PLC.TagTypes import TagTypes, TagType # implementation class Accessor (object) : - """This is placeholder for storing accessor-related tag checkers -methods in this class are defined by the accessors factory + """This is placeholder for storing accessor-related tag checkers. +Methods in this class are defined by the accessors factory This is implemented as a singleton, so we can cache results over time"""