![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __ne__ |
Mix-in class that implements __ne__ in terms of __eq__.
def google.appengine.ext.ndb.model._NotEqualMixin.__ne__ | ( | self, | |
other | |||
) |
Implement self != other as not(self == other).