Home
last modified time | relevance | path

Searched defs:remove_section (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
DConfigParser.py431 def remove_section(self, section): member in RawConfigParser
/external/rust/crates/configparser/src/
Dini.rs1168 pub fn remove_section(&mut self, section: &str) -> Option<Map<String, Option<String>>> { in remove_section() method
/external/python/cpython3/Lib/
Dconfigparser.py969 def remove_section(self, section): member in RawConfigParser