OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valid_opts
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/bin/
python-config
8
valid_opts
= ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
13
'|'.join('--'+opt for opt in
valid_opts
))
17
opts, args = getopt.getopt(sys.argv[1:], '',
valid_opts
)
python2-config
8
valid_opts
= ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
13
'|'.join('--'+opt for opt in
valid_opts
))
17
opts, args = getopt.getopt(sys.argv[1:], '',
valid_opts
)
python2.7-config
8
valid_opts
= ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
13
'|'.join('--'+opt for opt in
valid_opts
))
17
opts, args = getopt.getopt(sys.argv[1:], '',
valid_opts
)
/prebuilts/python/linux-x86/2.7.5/bin/
python-config
8
valid_opts
= ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
13
'|'.join('--'+opt for opt in
valid_opts
))
17
opts, args = getopt.getopt(sys.argv[1:], '',
valid_opts
)
python2-config
8
valid_opts
= ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
13
'|'.join('--'+opt for opt in
valid_opts
))
17
opts, args = getopt.getopt(sys.argv[1:], '',
valid_opts
)
python2.7-config
8
valid_opts
= ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags',
13
'|'.join('--'+opt for opt in
valid_opts
))
17
opts, args = getopt.getopt(sys.argv[1:], '',
valid_opts
)
Completed in 257 milliseconds