mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Regenerated again, now clases are sorted by code, and with synonyms after
the primary name.
This commit is contained in:
parent
2dc16f2a1e
commit
068a1e208f
29 changed files with 8887 additions and 2191 deletions
|
@ -33,11 +33,11 @@ class translation(aetools.NProperty):
|
|||
|
||||
drawing_areas = drawing_area
|
||||
|
||||
class graphic_group(aetools.ComponentItem):
|
||||
"""graphic group - Group of graphics """
|
||||
class graphic_groups(aetools.ComponentItem):
|
||||
"""graphic groups - """
|
||||
want = 'cpic'
|
||||
|
||||
graphic_groups = graphic_group
|
||||
graphic_group = graphic_groups
|
||||
drawing_area._superclassnames = []
|
||||
drawing_area._privpropdict = {
|
||||
'rotation' : rotation,
|
||||
|
@ -46,10 +46,10 @@ drawing_area._privpropdict = {
|
|||
}
|
||||
drawing_area._privelemdict = {
|
||||
}
|
||||
graphic_group._superclassnames = []
|
||||
graphic_group._privpropdict = {
|
||||
graphic_groups._superclassnames = []
|
||||
graphic_groups._privpropdict = {
|
||||
}
|
||||
graphic_group._privelemdict = {
|
||||
graphic_groups._privelemdict = {
|
||||
}
|
||||
|
||||
#
|
||||
|
@ -57,7 +57,7 @@ graphic_group._privelemdict = {
|
|||
#
|
||||
_classdeclarations = {
|
||||
'cdrw' : drawing_area,
|
||||
'cpic' : graphic_group,
|
||||
'cpic' : graphic_groups,
|
||||
}
|
||||
|
||||
_propdeclarations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue