(*args, **kwargs)
| 1028 | num_completers = len(ip.Completer.matchers) |
| 1029 | |
| 1030 | def foo(*args, **kwargs): |
| 1031 | return "I'm a completer!" |
| 1032 | |
| 1033 | ip.set_custom_completer(foo, 0) |
| 1034 |
nothing calls this directly
no outgoing calls
no test coverage detected