Searched refs:BC_NONE (Results 1 – 2 of 2) sorted by relevance
20 BC_NONE = BenchmarkColor('NONE', '') variable41 args = [arg if not isinstance(arg, BenchmarkColor) else BC_NONE43 kwargs = {key: arg if not isinstance(arg, BenchmarkColor) else BC_NONE
29 BC_NONE = BenchmarkColor('NONE', '') variable56 args = [arg if not isinstance(arg, BenchmarkColor) else BC_NONE58 kwargs = {key: arg if not isinstance(arg, BenchmarkColor) else BC_NONE