Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:checker

148                         checker,
153 flag, method checker(flag_value) will be executed. If constraint is not
156 your own checker.
2083 checker,
2092 checker: method to validate the flag.
2094 This value will be passed to checker by the library). See file's
2100 message: error text to be shown to the user if checker returns False.
2101 If checker raises gflags_validators.Error, message from the raised
2108 checker,
2140 def Checker(value):
2147 Checker,