test_configparser.py | 39 comment_prefixes = (';', '#') variable in class:CfgParserTestCaseClass 52 comment_prefixes=self.comment_prefixes, 322 """.format(self.delimiters, self.comment_prefixes) 655 "\n".format(self.delimiters, comment=self.comment_prefixes[0], 1014 comment_prefixes = ('\/\/', '"') variable in class:ConfigParserTestCaseNonStandardDelimiters 1096 comment_prefixes = ('\/\/', '"') variable in class:RawConfigParserTestCaseNonStandardDelimiters 1102 comment_prefixes = ('#', ';', '----') variable in class:RawConfigParserTestSambaConf 1298 comment_prefixes = {'#'} variable in class:ConfigParserTestCaseTrickyFile 1394 comment_prefixes = '#;' variable in class:CompatibleTestCase [all...] |