rtags.py
branchstable
changeset 6240 fd0cbb801007
parent 5843 85c4d5334f2c
child 6246 62e25fac41cd
equal deleted inserted replaced
6239:7832e47d98bc 6240:fd0cbb801007
    32 
    32 
    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 
       
    38 
       
    39 """
    37 """
    40 __docformat__ = "restructuredtext en"
    38 __docformat__ = "restructuredtext en"
    41 
    39 
    42 import logging
    40 import logging
    43 
    41