Searched defs:has_section (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/log/utility/setup/ | ||
D | settings.hpp | 495 bool has_section(string_type const& section_name) const in has_section() function in boost::basic_settings_section |
/third_party/python/Lib/ | ||
D | configparser.py | 663 def has_section(self, section): member in RawConfigParser |