Home
last modified time | relevance | path

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

/third_party/boost/boost/log/utility/setup/
Dsettings.hpp495 bool has_section(string_type const& section_name) const in has_section() function in boost::basic_settings_section
/third_party/python/Lib/
Dconfigparser.py663 def has_section(self, section): member in RawConfigParser