pub type PyComparisonValue = PyArithmeticValue<bool>;
enum PyComparisonValue { Implemented(bool), NotImplemented, }