App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.ext.ndb.model._BaseValue Class Reference
Inheritance diagram for google.appengine.ext.ndb.model._BaseValue:
google.appengine.ext.ndb.model._NotEqualMixin

Public Member Functions

def __init__
 
def __repr__
 
def __eq__
 
def __hash__
 
- Public Member Functions inherited from google.appengine.ext.ndb.model._NotEqualMixin
def __ne__
 

Public Attributes

 b_val
 

Detailed Description

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.

Constructor & Destructor Documentation

def google.appengine.ext.ndb.model._BaseValue.__init__ (   self,
  b_val 
)
Constructor.  Argument is the base value to be wrapped.

The documentation for this class was generated from the following file: