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