]> granicus.if.org Git - python/commit
Generate class, property and comparison code (finally!). The resulting
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 8 Aug 1997 14:49:02 +0000 (14:49 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 8 Aug 1997 14:49:02 +0000 (14:49 +0000)
commit6654422407a4f27bd4e931951c8d54388a63f6e3
tree071c5b9f318074f19c5040be98132fb245a7500e
parent622f73f1889fbed3b2a3f9639fc46665cde5534a
Generate class, property and comparison code (finally!). The resulting
code isn't ideal yet: xxx.Window(1).Paragraph(3).font will only work
if all the classes and properties are declared in the same suite, but
at least font(Paragraph(3, Window(1))) always works.
Mac/scripts/gensuitemodule.py