whoami7 - Manager
:
/
opt
/
alt
/
python33
/
lib64
/
python3.3
/
idlelib
/
idle_test
/
__pycache__
/
Upload File:
files >> //opt/alt/python33/lib64/python3.3/idlelib/idle_test/__pycache__/mock_tk.cpython-33.pyo
� ��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>