Searched refs:boolean_input (Results 1 – 1 of 1) sorted by relevance
72 def read_boolean(self, boolean_input): argument73 if boolean_input.lower() == 'true':75 if boolean_input.lower() == 'false':78 % boolean_input)