Ć
Nö9c       sE  d  Z  d k Z e e  Z e e  Z e d  Z e d  Z e d  Z y e e	 d d   Z
 Wn e j
 o n Xe d  Z e d  Z e e d   Z e f   Z e g   Z e h   Z Z d   Z e e  Z e d	    Z y e e i  Z Wn n Xd
 f  d     YZ e e  Z e e i  Z e   Z e e  Z e e i  Z e e   Z! e g  i"  Z# e e  Z$ y e e i%  Z& Wn n Xe e' d   Z( y
 e)  WnU e) j
 oI y/ e i*   d Z+ e e+  Z, e e+ i-  Z. Wn n Xe Z+ [+ n Xe e/ d   Z0 e e1  Z2 [ [ [ [ d S(   s   Define names for all type symbols known in the standard interpreter.

Types that are part of optional modules (e.g. array) are not listed.
Ni    l    f0.0i   s    u    c      s   d  S(   N(    (    s"   /mit/python/lib/python2.0/types.pys   _f s    c      s   t  S(   N(   s   None(    s"   /mit/python/lib/python2.0/types.pys   <lambda> s    s   _Cc      s   d   Z  RS(   Nc    s   d  S(   N(    (   s   selfs"   /mit/python/lib/python2.0/types.pys   _m$ s    (   s   _m(    s"   /mit/python/lib/python2.0/types.pys   _C# s    i   (3   s   __doc__s   syss   types   Nones   NoneTypes   TypeTypes   IntTypes   LongTypes	   FloatTypes   complexs   ComplexTypes	   NameErrors
   StringTypes   UnicodeTypes   buffers
   BufferTypes	   TupleTypes   ListTypes   DictTypes   DictionaryTypes   _fs   FunctionTypes
   LambdaTypes	   func_codes   CodeTypes   _Cs	   ClassTypes   _ms   UnboundMethodTypes   _xs   InstanceTypes
   MethodTypes   lens   BuiltinFunctionTypes   appends   BuiltinMethodTypes
   ModuleTypes	   __stdin__s   FileTypes   xranges
   XRangeTypes	   TypeErrors   exc_infos   tbs   TracebackTypes   tb_frames	   FrameTypes   slices	   SliceTypes   Ellipsiss   EllipsisType(    s"   /mit/python/lib/python2.0/types.pys   ? sd   			
