Lines Matching refs:lower
1564 tag and handles the lower file recursively. It returns a list of
1802 value_str = value_str.lower()
2130 """Enforce lower and upper bounds for numeric flags.
2133 parser: NumericParser (either FloatParser or IntegerParser). Provides lower
2327 if argument.lower() in ['true', 't', '1']:
2329 elif argument.lower() in ['false', 'f', '0']:
2443 Parsed value may be bounded to a given upper and lower bound.
2476 Parsed value may be bounded to a given upper and lower bound.
2528 Parsed value may be bounded to a given upper and lower bound.