google.appengine.ext.ndb.ParameterizedFunction

Represents a GQL function with parameterized arguments.

Inherits From: ParameterizedThing, expected_type

For example, ParameterizedFunction('key', [Parameter(1)]) stands for the GQL syntax KEY(:1).

func

values

Methods

is_parameterized

View source

resolve

View source

__eq__

View source

Return self==value.

__ne__

View source

Return self!=value.