Home | History | Annotate | only in /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer
Up to higher level directory
NameDateSize
example.py06-Dec-20173.3K
framer/06-Dec-2017
README.txt06-Dec-2017415
TODO.txt06-Dec-2017202

README.txt

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