ó
Ò¬Qc           @   sº  d  Z  d d l Z d d l Z d Z d dJ d „  ƒ  YZ d e j f d „  ƒ  YZ d e j f d	 „  ƒ  YZ e ƒ  Z	 d
 e j f d „  ƒ  YZ
 e
 ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d e j f d „  ƒ  YZ e ƒ  Z d  e j f d! „  ƒ  YZ  e  ƒ  Z! g  e _" d d l# Z# d d l$ Z$ d d l% Z% d d l& Z& i e d" 6e
 d# 6e d$ 6e d% 6e d& 6e d' 6e d( 6e d) 6e d* 6e d+ 6e d, 6e d- 6e  d. 6e _' i e$ j( d/ 6e# j) d0 6e# j* d1 6e# j+ d2 6e$ j, d3 6e% j- d4 6e% j. d5 6e# j/ d6 6e# j0 d7 6e% j1 d8 6e# j2 d9 6e& j3 d: 6e# j4 d; 6e$ j5 d< 6e _6 i e d= 6Z7 i e d> 6e d& 6e
 d? 6e d@ 6e dA 6e dB 6e dC 6e  dD 6e dE 6e dF 6e dG 6e dH 6e dI 6Z8 i  Z9 i  Z: d S(K   sÈ   Suite Finder Basics: Commonly-used Finder commands and object classes
Level 1, version 1

Generated from /System/Library/CoreServices/Finder.app
AETE/AEUT resource version 0/144, language 0, script 0
iÿÿÿÿNt   fndrt   Finder_Basics_Eventsc           B   s0   e  Z d i  d  „ Z i d d 6Z i  d „ Z RS(   c         K   sœ   d } d } | r t  d ‚ n  | d k	 r6 t  d ‚ n  |  j | | | | ƒ \ } } } | j d d ƒ r t j t j | ƒ ‚ n  | j d ƒ r˜ | d Sd S(	   s¼   copy: (NOT AVAILABLE YET) Copy the selected items to the clipboard (the Finder must be the front application)
        Keyword argument _attributes: AppleEvent attribute dictionary
        t   misct   copys   No optional args expecteds   No direct arg expectedt   errni    s   ----N(   t	   TypeErrort   Nonet   sendt   gett   aetoolst   Errort   decodeerrort   has_key(   t   selft
   _no_objectt   _attributest
   _argumentst   _codet   _subcodet   _reply(    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR      s      s   by  t   byc         K   s   d } d } t  j | |  j ƒ | | d <|  j | | | | ƒ \ } } } | j d d ƒ rt t  j t  j | ƒ ‚ n  | j d ƒ r‹ | d Sd S(   sb  sort: (NOT AVAILABLE YET) Return the specified object(s) in a sorted list
        Required argument: a list of finder objects to sort
        Keyword argument by: the property to sort the items by (name, index, date, etc.)
        Keyword argument _attributes: AppleEvent attribute dictionary
        Returns: the sorted items in their new order
        t   DATAt   SORTs   ----R   i    N(   R	   t   keysubstt   _argmap_sortR   R   R
   R   R   (   R   t   _objectR   R   R   R   R   (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyt   sort&   s    
N(   t   __name__t
   __module__R   R   R   R   (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR      s   
t   applicationc           B   s   e  Z d  Z d Z RS(   s   application - The Finder t   capp(   R   R   t   __doc__t   want(    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR   =   s   t   _Prop_Finder_preferencesc           B   s   e  Z d  Z d Z d Z RS(   sa   Finder preferences - (NOT AVAILABLE YET) Various preferences that apply to the Finder as a whole t   pfrpt   cprf(   R   R   R   t   whichR    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR!   @   s   t   _Prop_clipboardc           B   s   e  Z d  Z d Z d Z RS(   s>   clipboard - (NOT AVAILABLE YET) the FinderÕs clipboard window t   pclis   obj (   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR%   E   s   t   _Prop_desktopc           B   s   e  Z d  Z d Z d Z RS(   s   desktop - the desktop t   deskt   cdsk(   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR'   J   s   t   _Prop_frontmostc           B   s   e  Z d  Z d Z d Z RS(   s1   frontmost - Is the Finder the frontmost process? t   pisft   bool(   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR*   O   s   t
   _Prop_homec           B   s   e  Z d  Z d Z d Z RS(   s   home - the home directory t   homet   cfol(   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR-   T   s   t   _Prop_insertion_locationc           B   s   e  Z d  Z d Z d Z RS(   sc   insertion location - the container in which a new folder would appear if ÒNew FolderÓ was selected t   pinss   obj (   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR0   Y   s   t
   _Prop_namec           B   s   e  Z d  Z d Z d Z RS(   s   name - the FinderÕs name t   pnamt   itxt(   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR2   ^   s   t   _Prop_product_versionc           B   s   e  Z d  Z d Z d Z RS(   sN   product version - the version of the System software running on this computer t   ver2t   utxt(   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR5   c   s   t   _Prop_selectionc           B   s   e  Z d  Z d Z d Z RS(   s9   selection - the selection in the frontmost Finder window t   seles   obj (   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR8   h   s   t   _Prop_startup_diskc           B   s   e  Z d  Z d Z d Z RS(   s    startup disk - the startup disk t   sdskt   cdis(   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR:   m   s   t   _Prop_trashc           B   s   e  Z d  Z d Z d Z RS(   s   trash - the trash t   trsht   ctrs(   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR=   r   s   t   _Prop_versionc           B   s   e  Z d  Z d Z d Z RS(   s$   version - the version of the Finder t   versR7   (   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyR@   w   s   t   _Prop_visiblec           B   s   e  Z d  Z d Z d Z RS(   s)   visible - Is the FinderÕs layer visible? t   pvisR,   (   R   R   R   R$   R    (    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyRB   |   s   t   Finder_preferencest	   clipboardt   desktopt	   frontmostR.   t   insertion_locationt   namet   product_versiont	   selectiont   startup_diskt   trasht   versiont   visiblet   Finder_windowt
   alias_filet   application_filet   clippingt   clipping_windowt	   containert   diskt   document_filet   filet   foldert   internet_location_filet   itemt   packaget   windowR   R(   R&   R"   R1   R+   R3   RC   R;   R9   R>   R6   RA   (    (;   R   R	   t   MacOSR   R   t   ComponentItemR   t	   NPropertyR!   RD   R%   RE   R'   RF   R*   RG   R-   R.   R0   RH   R2   RI   R5   RJ   R8   RK   R:   RL   R=   RM   R@   RN   RB   RO   t   _superclassnamest   Filest   Window_classest   Containers_and_folderst   Finder_itemst   _privpropdictRP   RQ   RR   RS   RT   RU   RV   RW   RX   RY   RZ   R[   R\   R]   t   _privelemdictt   _classdeclarationst   _propdeclarationst   _compdeclarationst   _enumdeclarations(    (    (    s]   /Users/tom/newbuild/install/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.pyt   <module>   s¦   0														














