Member predicate BuiltinClassObjectInternal::notTestableForEquality
True if this “object” can be meaningfully analyzed to determine the boolean value of
equality tests on it.
For example, None
or int
can be, but int()
or an unknown string cannot.
predicate notTestableForEquality()