???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ó
¿œ^c           @   sS   d  d l  Td  d l Z d e f d „  ƒ  YZ e ƒ  Z e j j d ƒ e j ƒ  d S(   iÿÿÿÿ(   t   *Nt   Appc           B   s&   e  Z d d  „ Z d „  Z d „  Z RS(   c         C   sf   t  j |  | ƒ |  j ƒ  t ƒ  |  _ |  j j ƒ  |  j j d |  j ƒ |  j j d |  j d ƒ d  S(   Ns   <Key-Return>t   +(   t   Framet   __init__t   packt   Entryt   entrythingyt   bindt   print_contentst   print_something_else(   t   selft   master(    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/bind-w-mult-calls-p-type.pyR      s    
c         C   s   d G|  j  j ƒ  GHd  S(   Ns"   hi. contents of entry is now ---->(   R   t   get(   R   t   event(    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/bind-w-mult-calls-p-type.pyR	      s    c         C   s	   d GHd  S(   Ns,   hi. Now doing something completely different(    (   R   R   (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/bind-w-mult-calls-p-type.pyR
      s    N(   t   __name__t
   __module__t   NoneR   R	   R
   (    (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/bind-w-mult-calls-p-type.pyR      s   	t   Foo(   t   Tkintert   stringR   R   t   rootR   t   titlet   mainloop(    (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/bind-w-mult-calls-p-type.pyt   <module>   s
   
	