mirror of
https://github.com/python/cpython.git
synced 2026-03-28 23:51:03 +00:00
8 lines
258 B
Python
8 lines
258 B
Python
"""A tool to generate basic framework for C extension types.
|
|
|
|
The basic ideas is the same as modulator, but the code generates code
|
|
using many of the new features introduced in Python 2.2. It also
|
|
takes a more declarative approach to generating code.
|
|
"""
|
|
|
|
|