mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Re-gegernated with the new gensuitemodule.
This commit is contained in:
parent
c8882b10c4
commit
8475d0256a
38 changed files with 971 additions and 5389 deletions
|
|
@ -337,18 +337,22 @@ class _Prop__3c_Inheritance_3e_(aetools.NProperty):
|
|||
"""<Inheritance> - All of the properties of the superclass. """
|
||||
which = 'c@#^'
|
||||
want = 'cobj'
|
||||
_3c_Inheritance_3e_ = _Prop__3c_Inheritance_3e_()
|
||||
class _Prop_frontmost(aetools.NProperty):
|
||||
"""frontmost - Is this the frontmost (active) application? """
|
||||
which = 'pisf'
|
||||
want = 'bool'
|
||||
frontmost = _Prop_frontmost()
|
||||
class _Prop_name(aetools.NProperty):
|
||||
"""name - The name of the application. """
|
||||
which = 'pnam'
|
||||
want = 'utxt'
|
||||
name = _Prop_name()
|
||||
class _Prop_version(aetools.NProperty):
|
||||
"""version - The version of the application. """
|
||||
which = 'vers'
|
||||
want = 'utxt'
|
||||
version = _Prop_version()
|
||||
# element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test', 'ID ']
|
||||
# element 'docu' as ['name', 'indx', 'rele', 'rang', 'test']
|
||||
|
||||
|
|
|
|||
|
|
@ -68,10 +68,12 @@ class _Prop__3c_Inheritance_3e_(aetools.NProperty):
|
|||
"""<Inheritance> - All of the properties of the superclass. """
|
||||
which = 'c@#^'
|
||||
want = 'capp'
|
||||
_3c_Inheritance_3e_ = _Prop__3c_Inheritance_3e_()
|
||||
class _Prop_properties(aetools.NProperty):
|
||||
"""properties - every property of the Terminal program """
|
||||
which = 'pALL'
|
||||
want = '****'
|
||||
properties = _Prop_properties()
|
||||
# element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test', 'ID ']
|
||||
# element 'docu' as ['name', 'indx', 'rele', 'rang', 'test']
|
||||
|
||||
|
|
|
|||
|
|
@ -48,14 +48,14 @@ getbaseclasses(window)
|
|||
getbaseclasses(application)
|
||||
getbaseclasses(item)
|
||||
getbaseclasses(document)
|
||||
getbaseclasses(window)
|
||||
getbaseclasses(application)
|
||||
getbaseclasses(character)
|
||||
getbaseclasses(attachment)
|
||||
getbaseclasses(paragraph)
|
||||
getbaseclasses(word)
|
||||
getbaseclasses(attribute_run)
|
||||
getbaseclasses(text)
|
||||
getbaseclasses(window)
|
||||
getbaseclasses(application)
|
||||
|
||||
#
|
||||
# Indices of types declared in this module
|
||||
|
|
@ -66,14 +66,14 @@ _classdeclarations = {
|
|||
'capp' : application,
|
||||
'cobj' : item,
|
||||
'docu' : document,
|
||||
'cwin' : window,
|
||||
'capp' : application,
|
||||
'cha ' : character,
|
||||
'atts' : attachment,
|
||||
'cpar' : paragraph,
|
||||
'cwor' : word,
|
||||
'catr' : attribute_run,
|
||||
'ctxt' : text,
|
||||
'cwin' : window,
|
||||
'capp' : application,
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -85,3 +85,5 @@ class Terminal(Standard_Suite_Events,
|
|||
|
||||
_moduleName = 'Terminal'
|
||||
|
||||
_elemdict = application._elemdict
|
||||
_propdict = application._propdict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue