=======================================================================
| 156 | |
| 157 | //======================================================================= |
| 158 | PyMODINIT_FUNC PyInit_btrack_beat_tracker(void) |
| 159 | { |
| 160 | import_array(); |
| 161 | PyObject* m = PyModule_Create(&btrack_definition); |
| 162 | PyModule_AddStringConstant(m, "__version__", BTRACK_VERSION); |
| 163 | return m; |
| 164 | } |
nothing calls this directly
no outgoing calls
no test coverage detected