ณ๒
5าวIc           @   sr   d  e  f d     YZ d e f d     YZ d e f d     YZ d e f d     YZ d e f d	     YZ d
 S(   t   Nodec           B   s   e  Z d    Z d   Z RS(   c         C   s(   | |  _  | |  _ | |  _ | |  _ d  S(   N(   t   tagt   valuet
   start_markt   end_mark(   t   selfR   R   R   R   (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyt   __init__   s    			c         C   s/   |  i  } t |  } d |  i i |  i | f S(   Ns   %s(tag=%r, value=%s)(   R   t   reprt	   __class__t   __name__R   (   R   R   (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyt   __repr__   s    	(   R	   t
   __module__R   R
   (    (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyR       s   	t
   ScalarNodec           B   s    e  Z d  Z e e e d  Z RS(   t   scalarc         C   s1   | |  _  | |  _ | |  _ | |  _ | |  _ d  S(   N(   R   R   R   R   t   style(   R   R   R   R   R   R   (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyR      s
    				(   R	   R   t   idt   NoneR   (    (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyR      s   t   CollectionNodec           B   s   e  Z e e e d   Z RS(   c         C   s1   | |  _  | |  _ | |  _ | |  _ | |  _ d  S(   N(   R   R   R   R   t
   flow_style(   R   R   R   R   R   R   (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyR   $   s
    				(   R	   R   R   R   (    (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyR   #   s   t   SequenceNodec           B   s   e  Z d  Z RS(   t   sequence(   R	   R   R   (    (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyR   ,   s   t   MappingNodec           B   s   e  Z d  Z RS(   t   mapping(   R	   R   R   (    (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pyR   /   s   N(   t   objectR    R   R   R   R   (    (    (    s    /p/zhu/06/nlp/nltk/yaml/nodes.pys   <module>   s   
	