]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/__init__.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / framer / framer / __init__.py
1 """A tool to generate basic framework for C extension types.
2
3 The basic ideas is the same as modulator, but the code generates code
4 using many of the new features introduced in Python 2.2. It also
5 takes a more declarative approach to generating code.
6 """