Home
last modified time | relevance | path

Searched refs:section_prefix (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dconfig.py20 def __init__(self, section_prefix): argument
22 self.section_prefix = section_prefix
32 section = self.section_prefix + section
36 section = self.section_prefix + section
40 section = self.section_prefix + section
60 section = self.section_prefix + section
204 def from_file(self, filename, section_prefix=""): argument
214 cp = HandyConfigParser(section_prefix)
239 if section_prefix:
240 section = section_prefix + section
Dcontrol.py142 self.config.from_file("setup.cfg", section_prefix="coverage:")