static */
| 236 | |
| 237 | /* static */ |
| 238 | PyEventLoop PyEventLoop::getRunningLoop() { |
| 239 | return _getLoopOnThread(_getCurrentThread()); |
| 240 | } |
| 241 | |
| 242 | void PyEventLoop::AsyncHandle::cancel() { |
| 243 | if (!_finishedOrCancelled()) { |
nothing calls this directly
no outgoing calls
no test coverage detected