|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /usr/lib/python3.9/site-packages/redis/commands/json/__pycache__/ |
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> �