| 2730 | } |
| 2731 | |
| 2732 | void CEventSystem::EvaluatePython(const _tEventQueue &item, const std::string &filename, const std::string &PyString) |
| 2733 | { |
| 2734 | Plugins::PythonEventsProcessPython(m_szReason[item.reason], filename, PyString, item.id, m_devicestates, m_uservariables, getSunRiseSunSetMinutes("Sunrise"), |
| 2735 | getSunRiseSunSetMinutes("Sunset")); |
| 2736 | |
| 2737 | //Py_Finalize(); |
| 2738 | } |
| 2739 | |
| 2740 | #endif // ENABLE_PYTHON |
| 2741 |
nothing calls this directly
no test coverage detected