MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / ~PyEventLoop

Method ~PyEventLoop

include/PyEventLoop.hh:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20struct PyEventLoop {
21public:
22 ~PyEventLoop() {
23 Py_XDECREF(_loop);
24 }
25
26 bool initialized() const {
27 return !!_loop;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected