Override files tell the code generator what headers to include, what the name of the module will be, and so on.
覆盖文件告诉代码生成器要包括哪些头文件、模块名将是什么等等。
To close, let me present one more generator example that comes from the test_generators.py module distributed with Python 2.2.
作为结束,让我再介绍一个生成器示例,它来自随python 2.2一同分发的test_generators . py模块。
Our module USES types from GLib and GTK +, so we must also tell the code generator to load these.
模块使用glib和gtk +中的类型,所以我们还必须告诉代码生成器装入这些类型。
应用推荐