§
    P¦·f‰  ã                   ó    —  G d „ d¦  «        Z dS )c                   ó8   — e Zd ZdZdZed„ ¦   «         Zd„ Zd„ ZdS )ÚPathz-This class represents a path in a JSON value.Ú c                  ó   — dS )z-Return the root path's string representation.ú.© r   ó    úJ/var/www/html/env/lib/python3.11/site-packages/redis/commands/json/path.pyÚ	root_pathzPath.root_path   s	   € ð ˆsr   c                 ó   — || _         dS )z=Make a new path based on the string representation in `path`.N©ÚstrPath)ÚselfÚpaths     r	   Ú__init__zPath.__init__   s   € àˆŒˆˆr   c                 ó   — | j         S )Nr   )r   s    r	   Ú__repr__zPath.__repr__   s
   € ØŒ|Ðr   N)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ústaticmethodr
   r   r   r   r   r	   r   r      sV   € € € € € Ø7Ð7à€Gàðð ñ „\ððð ð ðð ð ð ð r   r   N)r   r   r   r	   ú<module>r      s7   ððð ð ð ð ñ ô ð ð ð r   