Searched defs:inline_comment_prefixes (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_configparser.py | 41 inline_comment_prefixes = (';', '#') variable in CfgParserTestCaseClass |
| /third_party/python/Lib/ | ||
| D | configparser.py | 613 comment_prefixes=('#', ';'), inline_comment_prefixes=None, argument |