| Server IP : 121.121.20.254 / Your IP : 216.73.216.144 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/idlelib/idle_test/__pycache__/ |
Upload File : |
�
���g�@ � �� � 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 ej4 d�� yy)� )�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� Zy)�DummyEditwinc �J � || _ || _ || _ || _ d| _ y )Nr )�root�top�
text_frame�text�label)�selfr �framer s �7C:\Python312\\Lib\idlelib\idle_test\test_codecontext.py�__init__zDummyEditwin.__init__'