관리-도구
편집 파일: sbcharsetprober.cpython-36.pyc
3 `9Y � @ s4 d dl mZ d dlmZmZmZ G dd� de�ZdS )� )� CharSetProber)�CharacterCategory�ProbingState�SequenceLikelihoodc sb e Zd ZdZdZdZdZd� fdd� Z� fd d �Ze dd� �Z e d d� �Zdd� Zdd� Z � ZS )�SingleByteCharSetProber�@ i gffffff�?g�������?FNc sJ t t| �j� || _|| _|| _d | _d | _d | _d | _ d | _ | j� d S )N)�superr �__init__�_model� _reversed�_name_prober�_last_order� _seq_counters�_total_seqs�_total_char� _freq_char�reset)�self�model�reversedZname_prober)� __class__� �%/usr/lib/python3.6/sbcharsetprober.pyr '