Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ PyEventLoop
Method
PyEventLoop
include/PyEventLoop.hh:312–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
PyObject *_loop;
311
protected:
312
PyEventLoop() = delete;
313
PyEventLoop(PyObject *loop) : _loop(loop) {};
314
private:
315
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected