Searched refs:_str_to_bool (Results 1 – 2 of 2) sorted by relevance
497 def _str_to_bool(s): function587 self._parse = lambda x: (_str_to_bool(x) if type is bool and isinstance(x, str)
1062 static int _str_to_bool(const char *str, int fail) in _str_to_bool() function1093 return _str_to_bool(v->v.str, fail); in _find_config_bool()