Searched defs:BOOLEAN_STATES (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | configparser.py | 608 BOOLEAN_STATES = {'1': True, 'yes': True, 'true': True, 'on': True, variable in RawConfigParser |
Completed in 3 milliseconds