mirror of
https://github.com/python/cpython.git
synced 2025-11-04 15:41:43 +00:00
to lookup properties declared in base classes. Looking at it I'm not sure what the official scope if the property codes is, maybe it is only the (OSA) class in which they are used. But giving them global scope hasn't been a problem so far. Regenerated the standard suites, which are now also space-indented.
32 lines
517 B
Python
32 lines
517 B
Python
"""Suite Required Suite: Every application supports open, print, run, and quit
|
|
Level 1, version 1
|
|
|
|
Generated from /Volumes/Moes/Systeemmap/Extensies/AppleScript
|
|
AETE/AEUT resource version 1/0, language 0, script 0
|
|
"""
|
|
|
|
import aetools
|
|
import MacOS
|
|
|
|
_code = 'reqd'
|
|
|
|
from _builtinSuites.builtin_Suite import *
|
|
class Required_Suite_Events(builtin_Suite_Events):
|
|
|
|
pass
|
|
|
|
|
|
#
|
|
# Indices of types declared in this module
|
|
#
|
|
_classdeclarations = {
|
|
}
|
|
|
|
_propdeclarations = {
|
|
}
|
|
|
|
_compdeclarations = {
|
|
}
|
|
|
|
_enumdeclarations = {
|
|
}
|