Skip to content
Snippets Groups Projects
Commit 6f4f481f authored by Antoine Millet's avatar Antoine Millet
Browse files

Updated docstring.

parent 72ad3cec
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment