From 6f4f481f8a90a5ef7963b254446c09eac9a6156d Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Thu, 12 May 2011 16:37:28 +0200 Subject: [PATCH] Updated docstring. --- ccserver/objectsdb.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ccserver/objectsdb.py b/ccserver/objectsdb.py index fdea330..61ddc7f 100644 --- a/ccserver/objectsdb.py +++ b/ccserver/objectsdb.py @@ -224,6 +224,12 @@ class ObjectsDB(object): ''' Calculate the list of tags to request for a client, and send the request to the client. + + :param obj: the object to update + :param tags: the tags to update on the object + :param tags_novalue: the tags to update (do not fetch values) on the + object + :param only_udt: only update the user defined tags ''' parent = obj.get('__parent') -- GitLab