File: D:/Python311/Lib/idlelib/idle_test/__pycache__/test_codecontext.cpython-311.opt-2.pyc
�
��Vc�@ � � � d dl mZ d dlZd dlZd dlmZ d dlmZmZm Z m
Z
mZ d dlmZ d dl
Z
d dl mZ ej j Z ej d� � ej d� � ej d� � ej d� � d�Zd Z G d
� d� � Z G d� d
ej � � Z G d� dej � � Zedk r ej d�� � dS dS )� )�codecontextN)�requires)�NSEW�Tk�Frame�Text�TclError)�mock)�config� )�main� highlight�keys�
extensionsz�
class C1:
# Class comment.
def __init__(self, a, b):
self.a = a
self.b = b
def compare(self):
if a > b:
return a
elif a < b:
return b
else:
return None
c � � e Zd Zd� Zd� Zd� ZdS )�DummyEditwinc �L � || _ || _ || _ || _ d| _ d S )Nr )�root�top�
text_frame�text�label)�selfr �framer s �6D:\Python311\Lib\idlelib\idle_test\test_codecontext.py�__init__zDummyEditwin.__init__'