![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | Validate |
![]() | |
def | __init__ |
def | __call__ |
def | Validate |
def | ToValue |
Static Public Attributes | |
tuple | ALLOWED_PARAMETER_VALUE_TYPES |
![]() | |
expected_type = object | |
Additional Inherited Members | |
![]() | |
default | |
Validator to check if a value is a simple scalar type. We only allow scalars that are well supported by both the datastore and YAML.
def google.appengine.api.conf._Scalar.Validate | ( | self, | |
value, | |||
key | |||
) |
Check that all parameters are scalar values. This is used as a validator when parsing conf.yaml Args: value: the value to check. key: the name of parameter corresponding to this value. Returns: We just return value unchanged.
|
static |