def _TestBoolean()

in config_parser.py [0:0]


def _TestBoolean(key, value):
  if not isinstance(value, bool):
    raise Exception('Wrong type for key "%s", expecting boolean, got %s.' %
                    (key, type(value)))