OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unique_match
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py
181
unique_match
= possibilities[0]
182
has_arg =
unique_match
.endswith('=')
184
unique_match
=
unique_match
[:-1]
185
return has_arg,
unique_match
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py
181
unique_match
= possibilities[0]
182
has_arg =
unique_match
.endswith('=')
184
unique_match
=
unique_match
[:-1]
185
return has_arg,
unique_match
Completed in 97 milliseconds