Searched refs:bool_to_int (Results 1 – 1 of 1) sorted by relevance
59 def bool_to_int(t): return 1 if t else 0 function61 bool_to_int,