(a)
| 183 | assert matches.index('input') < matches.index('int') |
| 184 | |
| 185 | def complete_example(a): |
| 186 | return ['example2', 'example1'] |
| 187 | |
| 188 | ip.Completer.custom_completers.add_re('ex*', complete_example) |
| 189 | _, matches = ip.complete('ex') |
nothing calls this directly
no outgoing calls
no test coverage detected