|
| data_type = float |
|
int | creation_counter = 0 |
|
| data_type = str |
|
|
| verbose_name |
|
| name |
|
| default |
|
| required |
|
| validator |
|
| choices |
|
| indexed |
|
| creation_counter |
|
| model_class |
|
def google.appengine.ext.db.FloatProperty.empty |
( |
|
self, |
|
|
|
value |
|
) |
| |
Is float property empty.
0.0 is not an empty value.
Returns:
True if value is None, else False.
def google.appengine.ext.db.FloatProperty.validate |
( |
|
self, |
|
|
|
value |
|
) |
| |
Validate float.
Returns:
A valid value.
Raises:
BadValueError if property is not instance of 'float'.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/db/__init__.py