Home
last modified time | relevance | path

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

/third_party/python/Lib/
Duuid.py404 def _find_mac_near_keyword(command, args, keywords, get_word_index): argument
423 word = words[get_word_index(i)]
/third_party/python/Lib/test/
Dtest_uuid.py812 get_word_index=lambda x: x + 1,