Home
last modified time | relevance | path

Searched defs:opt_str (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Doptparse.py142 def __init__(self, opt_str): argument
152 def __init__(self, opt_str, possibilities): argument
1031 def get_option(self, opt_str): argument
1035 def has_option(self, opt_str): argument
1039 def remove_option(self, opt_str): argument
1339 def get_option_group(self, opt_str): argument
/external/python/cpython2/Lib/
Doptparse.py136 def __init__(self, opt_str): argument
146 def __init__(self, opt_str, possibilities): argument
1044 def get_option(self, opt_str): argument
1048 def has_option(self, opt_str): argument
1052 def remove_option(self, opt_str): argument
1352 def get_option_group(self, opt_str): argument
/external/libpng/contrib/tools/
Dpngcp.c1252 getallopts(struct display *dp, const char *opt_str, int *value) in getallopts()
1258 getsearchopts(struct display *dp, const char *opt_str, int *value) in getsearchopts()