Home
last modified time | relevance | path

Searched refs:_PrefixMatches (Results 1 – 1 of 1) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/console/
H A Dprompt_completer.py109 def _PrefixMatches(prefix, possible_matches): function
197 matches = _PrefixMatches(response_prefix, matches)
212 matches = _PrefixMatches(response_prefix, matches)
221 matches = _PrefixMatches(common_prefix, matches)