static */
| 231 | |
| 232 | /* static */ |
| 233 | PyEventLoop PyEventLoop::getMainLoop() { |
| 234 | return _getLoopOnThread(_getMainThread()); |
| 235 | } |
| 236 | |
| 237 | /* static */ |
| 238 | PyEventLoop PyEventLoop::getRunningLoop() { |
nothing calls this directly
no outgoing calls
no test coverage detected