Searched defs:has_section (Results 1 – 3 of 3) sorted by relevance
| /external/igt-gpu-tools/overlay/ | ||
| D | config.c | 95 int has_section = 0; in parse() local |
| /external/python/cpython2/Lib/ | ||
| D | ConfigParser.py | 267 def has_section(self, section): member in RawConfigParser |
| /external/python/cpython3/Lib/ | ||
| D | configparser.py | 663 def has_section(self, section): member in RawConfigParser |