]> granicus.if.org Git - python/commit
The module generator now tells its object generators about the module name (through...
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 9 Dec 2001 23:25:00 +0000 (23:25 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 9 Dec 2001 23:25:00 +0000 (23:25 +0000)
commit5801a2d8e3769a64fc0eac0111c4310d72651d98
treeeead87be0bfb31029d5cc05106a6597e21018f60
parentb2fb202bc24dc3125f07838ae9cbf5830e71c9d5
The module generator now tells its object generators about the module name (through the new setmodulename() method). If the module name has been set the object generators output it as part of the tp_name field for the object type.
Tools/bgen/bgen/bgenModule.py
Tools/bgen/bgen/bgenObjectDefinition.py