• Home
  • History
  • Annotate
  • only in /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
NameDateSize

..29-Aug-20174 KiB

example.py29-Aug-20173.3 KiB

framer/29-Aug-20174 KiB

README.txt29-Aug-2017415

TODO.txt29-Aug-2017202

README.txt

1framer is a tool to generate boilerplate code for C extension types.
2
3The boilerplate is generated from a specification object written in
4Python.  The specification uses the class statement to describe the
5extension module and any extension types it contains.  From the
6specification, framer can generate all the boilerplate C code,
7including function definitions, argument handling code, and type
8objects.
9