Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python36
/
lib64
/
python3.6
/
idlelib
/
idle_test
/
__pycache__
[ HOME ]
Exec
Submit
test_codecontext.cpython-36.opt-2.pyc
3 ��2a�8 � @ s� d dl mZ d dlZd dlmZ d dlmZmZmZm Z d dlm Z d dlZd dl mZ ej jZejd�ejd�ejd�ejd�d�Zd ZG d d� d�ZG dd � d ej�ZG dd� dej�Zedkr�ejdd� dS )� )�codecontextN)�requires)�Tk�Frame�Text�TclError)�mock)�config� )�mainZ 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 @ s e Zd Zdd� ZdS )�DummyEditwinc C s || _ || _|| _|| _d S )N)�root�topZ text_frame�text)�selfr �framer � r �5/opt/alt/python36/lib64/python3.6/test_codecontext.py�__init__&