Searched refs:BC_NONE (Results 1 – 2 of 2) sorted by relevance
25 BC_NONE = BenchmarkColor('NONE', '') variable52 args = [arg if not isinstance(arg, BenchmarkColor) else BC_NONE54 kwargs = {key: arg if not isinstance(arg, BenchmarkColor) else BC_NONE