Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_configparser.py41 inline_comment_prefixes = (';', '#') variable in CfgParserTestCaseClass
1064 inline_comment_prefixes = ('//', '"') variable in ConfigParserTestCaseNonStandardDelimiters
1154 inline_comment_prefixes = ('//', '"') variable in RawConfigParserTestCaseNonStandardDelimiters
1160 inline_comment_prefixes = ('//',) variable in RawConfigParserTestSambaConf
1452 inline_comment_prefixes = ';' variable in CompatibleTestCase
/third_party/python/Lib/
Dconfigparser.py613 comment_prefixes=('#', ';'), inline_comment_prefixes=None, argument