Home
last modified time | relevance | path

Searched refs:py_sems_module (Results 1 – 2 of 2) sorted by relevance

/dports/net/sems/sems-f89581a/apps/py_sems/
H A DPySems.cpp152 py_sems_module = Py_InitModule("py_sems",py_sems_methods); in import_py_sems_builtins()
155 import_object(py_sems_module,"PySemsAudioFile",&PySemsAudioFileType); in import_py_sems_builtins()
157 PyModule_AddIntConstant(py_sems_module, "AUDIO_READ",AUDIO_READ); in import_py_sems_builtins()
158 PyModule_AddIntConstant(py_sems_module, "AUDIO_WRITE",AUDIO_WRITE); in import_py_sems_builtins()
162 PyModule_AddIntConstant(py_sems_module, "SEMS_LOG_LEVEL",log_level); in import_py_sems_builtins()
H A DPySems.h76 PyObject* py_sems_module; variable