File: //opt/alt/python311/lib/python3.11/site-packages/chardet/__pycache__/utf8prober.cpython-311.pyc
�
��;f�
� �V � d dl mZ d dlmZmZ d dlmZ d dlmZ G d� de� � Z dS )� )�
CharSetProber)�ProbingState�MachineState)�CodingStateMachine)�
UTF8_SM_MODELc �d � � e Zd ZdZ� fd�Z� fd�Zed� � � Zed� � � Zd� Z d� Z
� xZS )�
UTF8Proberg �?c � �� t t | � � � � � t t � � | _ d | _ | � � � d S )N)�superr �__init__r r � coding_sm�
_num_mb_chars�reset��self� __class__s ��E/opt/alt/python311/lib/python3.11/site-packages/chardet/utf8prober.pyr zUTF8Prober.__init__&