Commit 6f4f481f authored by Antoine Millet's avatar Antoine Millet
Browse files

Updated docstring.

parent 72ad3cec
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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')