Home
last modified time | relevance | path

Searched defs:has_option (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py108 def has_option (self, long_option): member in FancyGetopt
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py99 def has_option(self, long_option): member in FancyGetopt
/external/python/cpython2/Lib/
DConfigParser.py376 def has_option(self, section, option): member in RawConfigParser
Doptparse.py1048 def has_option(self, opt_str): member in OptionContainer
/external/python/cpython3/Lib/
Dconfigparser.py875 def has_option(self, section, option): member in RawConfigParser
Doptparse.py1035 def has_option(self, opt_str): member in OptionContainer