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
File Name : test_codecontext.cpython-36.pyc
3 � f�8 � @ s� d Z ddlmZ ddlZddlmZ ddlmZmZm Z m Z ddlmZ ddlZddlm Z ejjZe jd�e jd�e jd�e jd�d �Zd ZG dd� d�ZG d d� dej�ZG dd� dej�Zedkr�ejdd� dS )zTest codecontext, coverage 100%� )�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 �G/opt/alt/python36/lib64/python3.6/idlelib/idle_test/test_codecontext.py�__init__&