| Current Path : /opt/alt/python311/lib64/python3.11/idlelib/idle_test/__pycache__/ |
| Current File : //opt/alt/python311/lib64/python3.11/idlelib/idle_test/__pycache__/test_parenmatch.cpython-311.pyc |
�
�0�i�
� �� � d Z ddlmZ ddlmZ ed� � ddlZddlmZ ddlm Z m
Z
G d� d � � Z G d
� dej � � Z
edk r ej d
�� � dS dS )z�Test parenmatch, coverage 91%.
This must currently be a gui test because ParenMatch methods use
several text methods not defined on idlelib.idle_test.mock_tk.Text.
� )�
ParenMatch)�requires�guiN)�Mock)�Tk�Textc � � e Zd Zd� ZdS )�DummyEditwinc �>