()
| 285 | |
| 286 | |
| 287 | def report_sockets(): |
| 288 | if not _sessions: |
| 289 | return |
| 290 | session = sorted(_sessions, key=lambda session: session.id)[0] |
| 291 | client = session.client |
| 292 | if client is not None: |
| 293 | client.report_sockets() |
nothing calls this directly
no test coverage detected
searching dependent graphs…