File: //usr/lib/python3.9/site-packages/redis/commands/json/__pycache__/path.cpython-39.pyc
a
��b� � @ s G d d� d�Z dS )c @ s0 e Zd ZdZdZedd� �Zdd� Zdd� Zd S )
�Pathz-This class represents a path in a JSON value.� c C s dS )z-Return the root path's string representation.�.� r r r �</usr/lib/python3.9/site-packages/redis/commands/json/path.py� root_path s zPath.root_pathc C s
|| _ dS )z=Make a new path based on the string representation in `path`.N��strPath)�self�pathr r r �__init__ s z
Path.__init__c C s | j S )Nr )r r r r �__repr__ s z
Path.__repr__N) �__name__�
__module__�__qualname__�__doc__r �staticmethodr r r r r r r r s
r N)r r r r r �<module> �