Searched defs:has_section (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | ConfigParser.py | 267 def has_section(self, section): member in RawConfigParser |
/external/python/cpython3/Lib/ | ||
D | configparser.py | 662 def has_section(self, section): member in RawConfigParser |