(self, *args)
| 304 | print("Example 17") |
| 305 | class AsyncServerSession(AsyncConnection): # Changed |
| 306 | def __init__(self, *args): |
| 307 | super().__init__(*args) |
| 308 | self.clear_state() |
| 309 | |
| 310 | |
| 311 | print("Example 18") |
nothing calls this directly
no test coverage detected