]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Tools/framer/README.txt
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / framer / README.txt
CommitLineData
4710c53d 1framer is a tool to generate boilerplate code for C extension types.\r
2\r
3The boilerplate is generated from a specification object written in\r
4Python. The specification uses the class statement to describe the\r
5extension module and any extension types it contains. From the\r
6specification, framer can generate all the boilerplate C code,\r
7including function definitions, argument handling code, and type\r
8objects.\r