(self)
| 3350 | pass |
| 3351 | |
| 3352 | def recv(self): |
| 3353 | return '#ERROR', pyqueue.Empty() |
| 3354 | |
| 3355 | class TestManagerExceptions(unittest.TestCase): |
| 3356 | # Issue 106558: Manager exceptions avoids creating cyclic references. |
no outgoing calls
no test coverage detected