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

Method PythonModule

hardware/plugins/Plugins.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 int PollInterval(int Interval = -1);
94 PyObject* PythonModule() { return m_PyModule; };
95 PyThreadState* PythonInterpreter() { return m_PyInterpreter; };
96 void Notifier(const std::string &Notifier = "");
97 void AddConnection(CPluginTransport *);

Callers 2

ProcessOutboundMethod · 0.80
CallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected