📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:38:53
📂
/ (Root)
/
opt
/
alt
/
python33
/
lib64
/
python3.3
/
idlelib
/
idle_test
/
__pycache__
📍 /opt/alt/python33/lib64/python3.3/idlelib/idle_test/__pycache__
🔄 Refresh
✏️
Editing: mock_tk.cpython-33.pyc
Read Only
� ��f�) c @ sf d Z Gd d � d � Z Gd d � d � Z Gd d � d � Z d d l m Z Gd d � d � Z d S( u� Classes that replace tkinter gui objects used by an object being tested. A gui object is anything with a master or parent paramenter, which is typically required in spite of what the doc strings say. c B sG | Ee Z d Z d Z d d d d d � Z d d � Z d d � Z d S( u Varu) Use for String/Int/BooleanVar: incompletec C s | | _ | | _ | | _ d S( N( u masteru valueu name( u selfu masteru valueu name( ( u>