diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-04-03 11:23:26 +0000 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-04-03 11:24:08 +0000 |
commit | f9c3ca119b5b4f6e1c11166f1025f8c59d6f878a (patch) | |
tree | 30268507cf173c79ba48e275add05c2a43a371ef /CODING | |
parent | 86df76780a6519580b044ddae45609cd9faee181 (diff) |
CODING++, TODO++
Diffstat (limited to 'CODING')
-rw-r--r-- | CODING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ Tips | |||
39 | ==== | 39 | ==== |
40 | 40 | ||
41 | * cython -a will generate a report that shows your cython code, and each line | 41 | * cython -a will generate a report that shows your cython code, and each line |
42 | can be expanded by clicking to show the generated C code. | 42 | can be expanded by clicking to show the generated C code. This cannot be done |
43 | from the setup script, it has to be called manually on a .pyx file. | ||
43 | 44 | ||
44 | * cython does automatic dict <-> struct conversion with basic struct members | 45 | * cython does automatic dict <-> struct conversion with basic struct members |
45 | 46 | ||