MCPcopy Create free account
hub / github.com/domoticz/domoticz / PythonThread

Method PythonThread

hardware/plugins/PluginManager.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 static void LoadSettings();
40 void DeviceModified(uint64_t DevIdx);
41 void* PythonThread() { return m_InitialPythonThread; };
42 static void* GetPreservedInterpreter(const std::string& pluginKey);
43 static void SetPreservedInterpreter(const std::string& pluginKey, void* pInterpreter);
44 };

Callers 3

PythonEventsInitializeFunction · 0.80
PythonEventsStopFunction · 0.80
InitialiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected