MCPcopy Create free account
hub / github.com/adamstark/BTrack / PyInit_btrack_beat_tracker

Function PyInit_btrack_beat_tracker

plugins/python-module/BTrackPythonModule.cpp:158–164  ·  view source on GitHub ↗

=======================================================================

Source from the content-addressed store, hash-verified

156
157//=======================================================================
158PyMODINIT_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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected