Home
last modified time | relevance | path

Searched defs:has_section (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
DConfigParser.py267 def has_section(self, section): member in RawConfigParser
/external/python/cpython3/Lib/
Dconfigparser.py662 def has_section(self, section): member in RawConfigParser