(a, existing_completions)
| 171 | |
| 172 | @complete_object.register(A) |
| 173 | def complete_A(a, existing_completions): |
| 174 | raise TypeError("this should be silenced") |
| 175 | |
| 176 | ip.complete("x.") |
| 177 |
nothing calls this directly
no outgoing calls
no test coverage detected