diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-11-06 05:00:49 +0200 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-11-06 05:00:49 +0200 |
commit | 0745a16d7ae17fb1e473dbb8e10b0a59aedfa068 (patch) | |
tree | d558338e52999f908f220a2500374d7e3f6802fa /CODING | |
parent | 4ca341d0d55de56865a79a45227f700cdc6675f9 (diff) |
Update api_coverage script, CODING, TODO
Diffstat (limited to 'CODING')
-rw-r--r-- | CODING | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -38,19 +38,9 @@ Design patterns | |||
38 | Tips | 38 | Tips |
39 | ==== | 39 | ==== |
40 | 40 | ||
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. This cannot be done | ||
43 | from the setup script, it has to be called manually on a .pyx file. | ||
44 | |||
45 | * cython does automatic dict <-> struct conversion with basic struct members | 41 | * cython does automatic dict <-> struct conversion with basic struct members |
46 | 42 | ||
47 | 43 | ||
48 | Ideas | ||
49 | ===== | ||
50 | |||
51 | * Use a decorator for _METHOD_DEPRECATED | ||
52 | |||
53 | |||
54 | Discussion | 44 | Discussion |
55 | ========== | 45 | ========== |
56 | 46 | ||