(matcher)
| 785 | |
| 786 | |
| 787 | def _get_matcher_api_version(matcher): |
| 788 | return getattr(matcher, "matcher_api_version", 1) |
| 789 | |
| 790 | |
| 791 | context_matcher = partial(completion_matcher, api_version=2) |
no outgoing calls
no test coverage detected
searching dependent graphs…