cubicweb/rtags.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 11870 3a84a79c4ed5
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    33 Three primitives are defined:
    33 Three primitives are defined:
    34    * ``tag_subject_of`` tag a relation in the subject's context
    34    * ``tag_subject_of`` tag a relation in the subject's context
    35    * ``tag_object_of`` tag a relation in the object's context
    35    * ``tag_object_of`` tag a relation in the object's context
    36    * ``tag_attribute`` shortcut for tag_subject_of
    36    * ``tag_attribute`` shortcut for tag_subject_of
    37 """
    37 """
    38 __docformat__ = "restructuredtext en"
    38 
    39 
    39 
    40 import logging
    40 import logging
    41 from warnings import warn
    41 from warnings import warn
    42 
    42 
    43 from six import string_types
    43 from six import string_types