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

Method initialized

include/PyEventLoop.hh:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 bool initialized() const {
27 return !!_loop;
28 }
29
30 /**
31 * @brief C++ wrapper for Python `asyncio.Handle` class

Callers 7

enqueuePromiseJobMethod · 0.80
sendJobToMainLoopFunction · 0.80
getPyObjectMethod · 0.80
toJsPromiseMethod · 0.80
waitForEventLoopFunction · 0.80
enqueueWithDelayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected