/Tools/framer/framer/__init__.py

http://unladen-swallow.googlecode.com/ · Python · 6 lines · 0 code · 0 blank · 6 comment · 0 complexity · c0c4a22dea77388e5082bbb5eea624db MD5 · raw file

  1. """A tool to generate basic framework for C extension types.
  2. The basic ideas is the same as modulator, but the code generates code
  3. using many of the new features introduced in Python 2.2. It also
  4. takes a more declarative approach to generating code.
  5. """