![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | __eq__ |
def | __hash__ |
![]() | |
def | __ne__ |
Public Attributes | |
b_val | |
A marker object wrapping a 'base type' value. This is used to be able to tell whether ent._values[name] is a user value (i.e. of a type that the Python code understands) or a base value (i.e of a type that serialization understands). User values are unwrapped; base values are wrapped in a _BaseValue instance.
def google.appengine.ext.ndb.model._BaseValue.__init__ | ( | self, | |
b_val | |||
) |
Constructor. Argument is the base value to be wrapped.