ó
|c‹Ac           @   s   d  Z  d d d „  ƒ  YZ d S(   s?    TopicRef class
    http://www.topicmaps.org/xtm/#elt-topicRef
t   TopicRefc           B   s#   e  Z d  Z d d „ Z d „  Z RS(   sG    TopicRef class
        http://www.topicmaps.org/xtm/#elt-topicRef
    c         C   s   | |  _  d S(   s7   Initialize TopicRef object. (id=None) - set TopicRef idN(   t   id(   t   selfR   (    (    s   lib/xtm/TopicRef.pyt   __init__   s    c         C   s   d |  j  S(   s0   Return XTM:str representation of TopicRef objects   <topicRef xlink:href="#%s"/>(   R   (   R   (    (    s   lib/xtm/TopicRef.pyt   __str__   s    N(   t   __name__t
   __module__t   __doc__t   NoneR   R   (    (    (    s   lib/xtm/TopicRef.pyR       s   N(    (   R   R    (    (    (    s   lib/xtm/TopicRef.pyt   <module>   s   