diff options
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Tools/framer/README.txt')
-rw-r--r-- | AppPkg/Applications/Python/Python-2.7.2/Tools/framer/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/README.txt b/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/README.txt new file mode 100644 index 0000000000..a0a7b6a1b1 --- /dev/null +++ b/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/README.txt @@ -0,0 +1,8 @@ +framer is a tool to generate boilerplate code for C extension types.
+
+The boilerplate is generated from a specification object written in
+Python. The specification uses the class statement to describe the
+extension module and any extension types it contains. From the
+specification, framer can generate all the boilerplate C code,
+including function definitions, argument handling code, and type
+objects.
|