mirror of
https://github.com/python/cpython.git
synced 2025-10-30 05:01:30 +00:00
Regenerated with OSA class inheritance and fix for non-ascii chars.
This commit is contained in:
parent
7ff034b65b
commit
295105f3aa
42 changed files with 2217 additions and 818 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Suite Finder items: Commands used with file system items, and basic item definition
|
||||
Level 1, version 1
|
||||
|
||||
Generated from Moes:Systeemmap:Finder
|
||||
Generated from /Volumes/Sap/System Folder/Finder
|
||||
AETE/AEUT resource version 0/144, language 0, script 0
|
||||
"""
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ def eject(self, _object=None, _attributes={}, **_arguments):
|
|||
|
||||
def empty(self, _object=None, _attributes={}, **_arguments):
|
||||
"""empty: Empty the trash
|
||||
Required argument: –empty” and –empty trash” both do the same thing
|
||||
Required argument: \xd2empty\xd3 and \xd2empty trash\xd3 both do the same thing
|
||||
Keyword argument _attributes: AppleEvent attribute dictionary
|
||||
"""
|
||||
_code = 'fndr'
|
||||
|
|
@ -233,7 +233,7 @@ class description(aetools.NProperty):
|
|||
which = 'dscr'
|
||||
want = 'itxt'
|
||||
class comment(aetools.NProperty):
|
||||
"""comment - the comment of the item, displayed in the –Get Info” window """
|
||||
"""comment - the comment of the item, displayed in the \xd2Get Info\xd3 window """
|
||||
which = 'comt'
|
||||
want = 'itxt'
|
||||
class size(aetools.NProperty):
|
||||
|
|
@ -274,7 +274,8 @@ class information_window(aetools.NProperty):
|
|||
want = 'obj '
|
||||
|
||||
items = item
|
||||
item._propdict = {
|
||||
item._superclassnames = []
|
||||
item._privpropdict = {
|
||||
'name' : name,
|
||||
'index' : index,
|
||||
'id' : id,
|
||||
|
|
@ -297,7 +298,7 @@ class information_window(aetools.NProperty):
|
|||
'window' : window,
|
||||
'information_window' : information_window,
|
||||
}
|
||||
item._elemdict = {
|
||||
item._privelemdict = {
|
||||
}
|
||||
_Enum_bool = None # XXXX enum bool not found!!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue