Searched refs:pythonize_bool (Results 1 – 2 of 2) sorted by relevance
54 self.use_lit_shell = lit.util.pythonize_bool(lit_shell_env)103 if lit.util.pythonize_bool(long_tests):126 if lit.util.pythonize_bool(use_gmalloc):
23 def pythonize_bool(value): function