mirror of
https://github.com/python/cpython.git
synced 2025-09-12 11:46:52 +00:00
Regenerated to take advantage of new _builtinSuites package.
This commit is contained in:
parent
d50c66b1e5
commit
368875c2d3
15 changed files with 621 additions and 693 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Suite Table Suite: Classes for manipulating tables
|
||||
Level 1, version 1
|
||||
|
||||
Generated from Macintosh HD:Systeemmap:Extensies:AppleScript
|
||||
Generated from Moes:Systeemmap:Extensies:AppleScript
|
||||
AETE/AEUT resource version 1/0, language 0, script 0
|
||||
"""
|
||||
|
||||
|
@ -81,15 +81,15 @@ _Enum_prtn = {
|
|||
#
|
||||
_classdeclarations = {
|
||||
'ccel' : cell,
|
||||
'ctbl' : table,
|
||||
'ccol' : column,
|
||||
'ctbl' : table,
|
||||
'crow' : row,
|
||||
}
|
||||
|
||||
_propdeclarations = {
|
||||
'ppro' : protection,
|
||||
'pfor' : formula,
|
||||
'pnam' : name,
|
||||
'pfor' : formula,
|
||||
'ppro' : protection,
|
||||
}
|
||||
|
||||
_compdeclarations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue